InfoRapid Search and Replace: end of line checking

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?
 
D

Dave

Put pen to paper and... uhh.. Put fingers to keyboard and typed:
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?

if you're using the angle-brackets to indicate a whole word, you may need
to go something like this:

SEARCH TAB
Search for \<P\>$\n
Search method pattern matching
check the box for multiline search

REPLACE TAB
Replace with \<P\>

Try that. You may need to experiment with the \< and \> a bit.
 

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