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

Re: [TSVN] VB RegEx

From: SteveKing <stefankueng_at_gmail.com>
Date: 2005-02-18 12:48:47 CET

On Fri, 18 Feb 2005 11:17:44 +0100, Lübbe Onken <l.onken@rac.de> wrote:
> Hi Folks,
>
> I just added a Regex for .pas files to the list and noticed that it contains
> two regexes for all the vb files.
>
> .bas, .frm, .cls = (?<=(Public |Private )?(Sub|Function|Property
> Get|Property Set|Property Let) )(\w+)(?=\(.*\))
> and
> (MULTILINE) .bas, .frm, .cls = ^\s*(?:(?:Public (?:Default )?|Private
> )?(?:Sub|Function) ?)(\w+)\(|^Attribute VB_Name = "(\w+)"
>
> Which one is the right one?

I think the last one. Looking at the log of that file, it seems I
accidentally added the improved version instead of replacing the old
one. Sorry.

Fixed in revision 2701.

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 Fri Feb 18 12:49:25 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.