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> Texte</p>
<p><a href="anchor452" id="for452">452</a>  Texte</p>
<p><a href="anchor453" id="for453">453</a>   Texte</p>
My regex:
Code:
<p><a href="(.+?)" id="(.+?)">([0-9]{1,4})</a>[( )+]*(.+?)</p>
Is this what you were looking for?