Thread: Regex examples
View Single Post
Old 01-15-2013, 11:47 AM   #173
Ahu Lee
Member
Ahu Lee began at the beginning.
 
Posts: 21
Karma: 10
Join Date: Jan 2013
Device: none
I'm sorry I have gone through the thread, but couldn't find anything that would work for my needs. I've read the wiki article, tried in vain many different combinations, but I'm obviously doing something wrong.

I would appreciate a little help on this:
I need to make a simple match to grab this thing with whatever characters within the id name:
<h2 class="story_title" id="(whatever)">

Many many thanks!

----------Edited------------

I found one in the "Saved Searches" in Sigil, touched it up a bit and it did the job.
(?sU)<h2([^>]*>.*)

Last edited by Ahu Lee; 01-15-2013 at 05:51 PM. Reason: Found the solution. \ TypoS
Ahu Lee is offline   Reply With Quote