Re: Finding matching braces with regular expressions

2012-03-19 Thread suvayu ali
Hi Bruno and Cameron, On Mon, Mar 19, 2012 at 07:04, Cameron Simpson wrote: > On 18Mar2012 20:19, Bruno Wolff III wrote: > | On Sun, Mar 18, 2012 at 23:46:17 +0100, > |    suvayu ali wrote: > | > > | >I'm trying to write a regular expression that matches function and class > | >definitions in C

Re: Finding matching braces with regular expressions

2012-03-18 Thread Cameron Simpson
On 18Mar2012 20:19, Bruno Wolff III wrote: | On Sun, Mar 18, 2012 at 23:46:17 +0100, |suvayu ali wrote: | > | >I'm trying to write a regular expression that matches function and class | >definitions in C/C++ and defuns in lisp code. I intend to use it with | >sed and `git blame'. My first att