String Replace

Post Reply
essexmate
Member
Posts: 30
Joined: Tue Sep 05, 2017 4:41 pm

String Replace

Post by essexmate »

Hi, I'm using the String Replace app https://www.enfocus.com/en/appstore/pro ... ng-replace to clean up an incoming email in a text file.

My problem is that I need to create a new line (line break) from a single line text string. My text line looks similar to this....
PDF location, PDF name<br>PDF location, PDF name<br>PDF location, PDF name<br>

How do I replace the <br> with a line break character that the String Replace app understands to make the text look like this....

PDF location, PDF name
PDF location, PDF name
PDF location, PDF name


String replace <br>=?

Hoping someone can help. Thank you.
jan_suhr
Advanced member
Posts: 586
Joined: Fri Nov 04, 2011 1:12 pm
Location: Nyköping, Sweden

Re: String Replace

Post by jan_suhr »

Have you tried \n
Jan Suhr
Color Consult AB
Sweden
=============
Check out my apps
essexmate
Member
Posts: 30
Joined: Tue Sep 05, 2017 4:41 pm

Re: String Replace

Post by essexmate »

jan_suhr wrote: Tue Feb 23, 2021 6:50 pm Have you tried \n
Yes. As you can imagine it just replaces <br> with the string \n
jan_suhr
Advanced member
Posts: 586
Joined: Fri Nov 04, 2011 1:12 pm
Location: Nyköping, Sweden

Re: String Replace

Post by jan_suhr »

Great
Jan Suhr
Color Consult AB
Sweden
=============
Check out my apps
Post Reply