RE: [TSVN] regex help
From: Eric J. Smith <eric_at_ericjsmith.net>
Date: 2005-02-17 22:01:15 CET
Stefan,
> The test log message:
This should work to capture your issue numbers:
[Ii]ssue(?:(?:,\s*|[Aa]nd\s+|\s+)\#?(\d+))+
It will look for "issue" to start a capture and then take one or more spaces
There is no need for a two pass regex for issue numbers, it's just a matter
Eric J. Smith
---------------------------------------------------------------------
|
This is an archived mail posted to the TortoiseSVN Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.