- Posted by
- Hi isomenath, and what about this? - replace < and > to some safe placeholders for all paired tags - replace remaining < and > to hex values - replace placeholders back to < and > I am not familiar with HTML so this is probably naive approach. But you can try ;) 1. Replace < to `` and > to ~~ for al...Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- fleggy
Apr 19, 2019
- No, this is not possible because a replace does not know where < is used as beginning of an HTML element and where > is used as end of an HTML element like p and b and where < and > is used in text. Of course if you know all HTML tags used by you, you can write a long Perl regular expression repla...Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- Mofi
Apr 19, 2019