Thread: Find / replace
View Single Post
Old 12-14-2010, 05:37 AM   #1
bremler
Enthusiast
bremler began at the beginning.
 
Posts: 41
Karma: 10
Join Date: Mar 2008
Device: Sony PRS-T1
Find / replace

Hello, I'm very new to regex. Could I please receive some help with the following within sigil:

<span class="sgc-7">trying</span>

to <i>trying</i>

What would I type in find/replace?

I tried

Find: <span class="sgc-7">(.*)</span>
Replace:<i>(.*)</i)

but did not work. THanks for any help
bremler is offline   Reply With Quote