Search found 1 match

by blavatsky
Sun Jan 09, 2005 9:55 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: logic query : How do I replace commas with pipes b/n [,,,]
Replies: 1
Views: 8797

logic query : How do I replace commas with pipes b/n [,,,]

How do I replace ONLY commas between closed brackets '[' and ']' with with pipes

eg change
line2002, bonne, good, [cat, dog, mouse ], keep, now;

to read as

line2002, bonne, good, [cat| dog| mouse], keep, now;

any help is appreciated

Richard