Confusing Regex help

A place to try and solve your RegEx problems.
Post Reply
User avatar
Maxtur

Confusing Regex help

Post by Maxtur »

Hello,
First,thanks for the great software and making it free.
Here is my question:

I have following:

Code: Select all

</>
First Title
`1`
Adress...
`6`
</>
I'd like to replace whole thing with </>.I cannot use simple replacing methods because title section varies.(first title,second title,third title.....).So,I have to use regular expressions.
Would you please help me?Thanks in advance
Post Reply