Thread: Regex examples
View Single Post
Old 03-18-2025, 09:17 AM   #774
Pavulon
Member
Pavulon began at the beginning.
 
Posts: 14
Karma: 10
Join Date: Aug 2023
Device: Kobo Forma
Hello Haudek,

Thank you for your answer.

I am looking for a solution for the post above. This one was just an illustration, to explain myself well, to show that I managed to find an inconsistent chain in this example. And my regex:

Code:
<p><a href="(.+?)" id="(.+?)">([0-9]{1,4})</a>(.+?)*(.+?)</p>
Like yours:

Code:
<p><a href="(.+?)" id="(.+?)">([0-9]{1,4})</a>[(#160;)+]*(.+?)</p>
Find 4 positive results here.

My problem is in the preceding post, where I cannot manage this famous inconsistent chain (Class="Blacklink").

Last edited by Pavulon; 03-18-2025 at 09:22 AM.
Pavulon is offline   Reply With Quote