View Single Post
Old 04-21-2023, 10:48 AM   #5
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,841
Karma: 6120478
Join Date: Nov 2009
Device: many
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.
KevinH is offline   Reply With Quote