Re: Automating an atypical search & replace

Liste des GroupesRevenir à c editors 
Sujet : Re: Automating an atypical search & replace
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.editors
Date : 14. Jul 2024, 00:39:14
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v6v372$3povk$8@dont-email.me>
References : 1
User-Agent : Pan/0.158 (Avdiivka; )
On Sat, 13 Jul 2024 11:08:48 -0500, Richard Owlett wrote:

These occurrences are consistently of the form
    <span class='add'>arbitrary_text</span>
 
I wish to delete "<span class='add'>" and *ASSOCIATED* "</span>".

This is beyond the abilities of regular expressions. This is the point
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>.

Date Sujet#  Auteur
13 Jul 24 * Automating an atypical search & replace23Richard Owlett
13 Jul 24 +* Re: Automating an atypical search & replace4Janis Papanagnou
13 Jul 24 i`* Please ignore my previous post - Re: Automating an atypical search & replace3Janis Papanagnou
14 Jul 24 i `* Re: Please ignore my previous post - Re: Automating an atypical search & replace2Richard Owlett
14 Jul 24 i  `- Re: Please ignore my previous post - Re: Automating an atypical search & replace1Janis Papanagnou
13 Jul 24 +- [OT] Change text decorations in HTML (was Re: Automating an atypical search & replace)1Janis Papanagnou
14 Jul 24 +* Re: Automating an atypical search & replace4Lawrence D'Oliveiro
14 Jul 24 i+* Re: Automating an atypical search & replace2Stan Brown
14 Jul 24 ii`- Re: Automating an atypical search & replace1Richard Owlett
14 Jul 24 i`- Re: Automating an atypical search & replace1Richard Owlett
14 Jul 24 `* Re: Automating an atypical search & replace13Stan Brown
14 Jul 24  `* Re: Automating an atypical search & replace12Richard Owlett
14 Jul 24   `* Re: Automating an atypical search & replace11Lawrence D'Oliveiro
14 Jul 24    +* Re: Automating an atypical search & replace3Richard Owlett
15 Jul 24    i`* Re: Automating an atypical search & replace2Lawrence D'Oliveiro
15 Jul 24    i `- Re: Automating an atypical search & replace1Richard Owlett
15 Jul 24    `* Re: Automating an atypical search & replace7candycanearter07
15 Jul 24     `* Re: Automating an atypical search & replace6Lawrence D'Oliveiro
16 Jul 24      +* Re: Automating an atypical search & replace4Richard Owlett
16 Jul 24      i`* Re: Automating an atypical search & replace3Lawrence D'Oliveiro
16 Jul 24      i `* Re: Automating an atypical search & replace2Richard Owlett
17 Jul 24      i  `- Re: Automating an atypical search & replace1Lawrence D'Oliveiro
16 Jul 24      `- Re: Automating an atypical search & replace1candycanearter07

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal