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