Thread: Regex examples
View Single Post
Old 04-26-2014, 03:58 PM   #349
Steadyhands
Connoisseur
Steadyhands began at the beginning.
 
Steadyhands's Avatar
 
Posts: 57
Karma: 10
Join Date: Dec 2011
Device: Samsung Tablet
Thanks all,

I've since been building a search group in sigil with entries like these.
Quote:
‘em([\p{P}|\s])
\‘([Cc])ause([\p{P}|\s])
\‘([Bb])out([\p{P}|\s])
etc. etc
This catches the common ones and I'm using the others from here as a second pass.
Steadyhands is offline   Reply With Quote