A
Andy Mabbett
I am using "InfoRapid Search and Replace".
I want to search for occurrences of, for example:
<P>#
and replace with simply <P>; where "#" is an end- of-line (or return)
character.
In other words, any occurrence of:
<P>
[some text]
would become:
<P>[some text]
How may I do this?
I want to search for occurrences of, for example:
<P>#
and replace with simply <P>; where "#" is an end- of-line (or return)
character.
In other words, any occurrence of:
<P>
[some text]
would become:
<P>[some text]
How may I do this?