Using Replace with Wildcards AND Codes

  • Thread starter Thread starter seven_percent
  • Start date Start date
S

seven_percent

I would like to use Replace to do things like replace the paragraph
character and the following single character.

E.g.
Replace:
^p?
With:
^p

-Or-

Replace:
??^t??
With:
^t

etc.

Any way to mix Wildcards with Codes?
 
Back
Top