RE: Re: svn commit: rev 163 - trunk/subversion/tests/clients/cmdline/svntest
From: Bill Tutt <billtut_at_microsoft.com>
Date: 2001-09-27 20:13:20 CEST
This is more of an informational post rather then, there's a problem
I don't know how many of you have read O'Reilly's Mastering Regular
Anyway..
This will match lines that have a '*' inside of the first (.+)
The first (.+) text will match:
\d+ will match 96789
This shows you how the matching process works. The (.+) expression
A faster regular expression would be:
Moral of the story:
Secondary moral of the story:
FYI,
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.