Page 1 of 1

String Replace

Posted: Tue Feb 23, 2021 6:19 pm
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.

Re: String Replace

Posted: Tue Feb 23, 2021 6:50 pm
by jan_suhr
Have you tried \n

Re: String Replace

Posted: Tue Feb 23, 2021 8:35 pm
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

Re: String Replace

Posted: Tue Feb 23, 2021 8:55 pm
by jan_suhr
Great