Liste des Groupes | Revenir à c editors |
On Sat, 13 Jul 2024 11:08:48 -0500, Richard Owlett wrote:Thank you for the reference. Also I've begun perusing https://docs.kde.org/stable5/en/kate/katepart/regular-expressions.html .
These occurrences are consistently of the formThis is beyond the abilities of regular expressions. This is the point
<span class='add'>arbitrary_text</span>
>
I wish to delete "<span class='add'>" and *ASSOCIATED* "</span>".
where you need to use an actual HTML/XML-parsing library.
See also
<https://stackoverflow.com/questions/1732348/regex-match-open-tags-except-xhtml-self-contained-tags>.
Les messages affichés proviennent d'usenet.