Thread: Regex examples
View Single Post
Old 03-18-2025, 03:42 AM   #773
Haudek
Member
Haudek knows the difference between a duck.Haudek knows the difference between a duck.Haudek knows the difference between a duck.Haudek knows the difference between a duck.Haudek knows the difference between a duck.Haudek knows the difference between a duck.Haudek knows the difference between a duck.Haudek knows the difference between a duck.Haudek knows the difference between a duck.Haudek knows the difference between a duck.Haudek knows the difference between a duck.
 
Posts: 24
Karma: 111614
Join Date: Mar 2025
Location: Poland
Device: Kindle Voyage
Screenshots you can post as attachments. You can do that by "Go Advanced" and clicking the paperclip icon, to add an attachment.

Code:
<p><a href="anchor450" id="for450">450</a>Texte</p>
<p><a href="anchor451" id="for451">451</a>&#160;Texte</p>
<p><a href="anchor452" id="for452">452</a>&#160;&#160;Texte</p>
<p><a href="anchor453" id="for453">453</a>&#160;&#160;&#160;Texte</p>
My regex:
Code:
<p><a href="(.+?)" id="(.+?)">([0-9]{1,4})</a>[(&#160;)+]*(.+?)</p>
Is this what you were looking for?
Haudek is offline   Reply With Quote