[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [TSVN] C# regex (Was: [TSVN] Autocompletion list in the commit dialog)

From: SteveKing <steveking_at_gmx.ch>
Date: 2005-02-21 20:46:37 CET

Eric J. Smith wrote:
>>Here is a modified version of the C# regex to address a couple items:
>>
>>(?:public|protected|private|internal)\s+(?:[\w\d_.]+\s+)*([\w\d_.]+)
>>
>>1. Adds the internal access modifier.
>>2. Allows member names to contain numeric digits and underscores.
>
>
> Whoops... I forgot to escape the .'s.
>
> (?:public|protected|private|internal)\s+(?:[

Thanks - committed in revision 2721.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Mon Feb 21 20:47:11 2005

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.