Uncheck Regex flag "Dot All" "Dot All" means that a "." will match all characters including a new line character. By unchecking it, you limit wildcard matching to a single line.
FWIW, using that regex and Sigil's replacement table, you should be able to quickly scan all matches for the few problem cases. If not, try a different regex to limit things even further.
Check out the Sigil Users Guide for more info.
|