View Single Post
Old 11-30-2010, 06:17 PM   #3
gnychis
Junior Member
gnychis began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Nov 2010
Device: ipad
thanks for the help!

hmmmm, this seems to be tricky... if I use (?s) all of my text gets selected :P

Here are two examples of what I'm trying to match:
Code:
<hr>
<A name=21></a><i><b>24_</b></i><br>
<i>ΤΖ.Κ. ΡΟΟΥΛΙΝΓΚ</i><br>
Code:
<hr>
<A name=265></a><i>268 ΤΖ. Κ. ΡΟΟΥΛΙΝΓΚ</i><br>
I have tried this regex, which successfully matches the latter but not the prior case
Code:
<hr>\s+.*ΡΟΟΥΛΙΝΓΚ.*<br>
gnychis is offline   Reply With Quote