Search found 2 matches

by jwells@nichegroup.com
Mon Feb 15, 2010 4:51 pm
Forum: General
Topic: How to remove outer match brackets?
Replies: 2
Views: 322

Thanks, it worked!

Hi Andrew,
Thanks, that worked like a charm!
Jack
by jwells@nichegroup.com
Sun Feb 14, 2010 7:30 pm
Forum: General
Topic: How to remove outer match brackets?
Replies: 2
Views: 322

How to remove outer match brackets?

Is there a way to remove wrapping brackets with one search replace command? Specifically, I would like to replace all occurances of htp.p (htf.XXXXX); with htp.XXXXX;
where XXXXX is variable text. So for example:
target : htp.p (htf.bodyopen);
becomes: htp.bodyopen;

target : htp.p (htf.tableopen ...