RE: [TSVN] Autocompletion list in the commit dialog
From: Eric J. Smith <eric_at_ericjsmith.net>
Date: 2005-02-16 21:55:41 CET
> There's a function 'split()' which does:
No, that will take the entire regex pattern and use that to split the
Content: "public class MyClass() {"
What the regex engine will do is find "class" and begin matching. It will
Now, in our regex we use parens to cause the regex to create groups inside
In GRETA, it looks like what you are looking for is the cgroups and
http://www.php-resource.de/forum/showthread/t-14567.html
This seems to be exactly what you need. They appear to be taking a match
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.