Search Replace with Wildcard

S

SGC

I need to take each instance of
^pTEXTLEADER varyingtext </P>^p<P>
and replace it with
^pTEXTLEADER varyingtext ^p
I can't simply find and replace
</P>^p<P>
with
^p
because
</P>^p<P>
occurs in many places in my file and I want to keep it in those other
places; I already tried this and it returns too many errors on my final
file.

I've looked at "LCase", "Left", "LTrim", "Trim", "Mid", "RCase", "Right",
and "RTrim"; none of these does what I need to do.

Help is greatly appreciated!!
SGC
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top