Re: Rules - How to capture matched text

2006-12-18 Thread Andrew Brosnan
On 12/18/06 at 3:41 PM, [EMAIL PROTECTED] (Theo Van Dinter) wrote: > On Mon, Dec 18, 2006 at 02:39:13PM -0500, Andrew Brosnan wrote: > > In perl you can use $&, parens $1, $2, etc. to capture the text > > that matched a regex; but how do you do it in sa? > > It depends

Rules - How to capture matched text

2006-12-18 Thread Andrew Brosnan
Hello, In perl you can use $&, parens $1, $2, etc. to capture the text that matched a regex; but how do you do it in sa? Thank you Andrew