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
|