[thelist] Escaping Parenthesis in RegExp

Cristian Secara secarica at fx.ro
Sat Mar 9 15:24:01 CST 2002


On Fri, 8 Mar 2002 21:35:34 -0800 (PST), Robert Goodyear wrote:

>This is a test of (123) in a replacement.
>If I want to change "(123)" to "Number:123", the RegExp...
>Find: ^(^(???^)^)
>Replace: Number:^1

Your example works here for
Find What: (^(???^))
Replace With: Number:^1

Cristi





More information about the thelist mailing list