in reply to Help with Substitution
> {john{david{mary{empty{{empty{martin}
This is the result my test got, and what I would expect (correct behavior) from that regex code. If you really want ALL double { out, then the lookahead code suggested above would seem to be the optimal way.
TbR
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Help with Substitution
by John M. Dlugosz (Monsignor) on Jun 29, 2001 at 18:26 UTC | |
by tye (Sage) on Jun 29, 2001 at 19:49 UTC | |
by John M. Dlugosz (Monsignor) on Jun 29, 2001 at 23:10 UTC |