Re: [TSVN] Autocompletion list in the commit dialog
From: Douglas Stonham <dstonham_at_pennysaverusa.net>
Date: 2005-02-16 18:52:09 CET
I've been trying to do a basic regex for .vb files with mixed success:
(?<=([Cc]lass|[Ff]unction|[Ss]ub)[ \t]*)\b\w+(?=[ \t]*[\(\'\r\n])
... doesn't work. \r and \n only seem to match the characters r and n
I'm relatively new to regex so I guess I'm missing something basic. How
I can't test directly with TSVN but the above picks out all functions/subs
Hope that helps.
Douglas
---------------------------------------------------------------------
|
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.