Hello,
I need to see if a chunk of text contains any one of the following:
P1,P2,P3,P4,P5,P6,P7,P8,P9
and if it does, put in a <br> before this instance.
So the logic of the ReReplace is bascically:
Replace any instance of
P1,P2,P3,P4,P5,P6,P7,P8,P9
with a <br> tag, plus itself.
Can I do this with ReReplace?
Thanks,
Peter
I need to see if a chunk of text contains any one of the following:
P1,P2,P3,P4,P5,P6,P7,P8,P9
and if it does, put in a <br> before this instance.
So the logic of the ReReplace is bascically:
Replace any instance of
P1,P2,P3,P4,P5,P6,P7,P8,P9
with a <br> tag, plus itself.
Can I do this with ReReplace?
Thanks,
Peter