Thread: Sigil and Regex
View Single Post
Old 07-14-2010, 01:21 PM   #1
crutledge
eBook FANatic
crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.
 
crutledge's Avatar
 
Posts: 18,301
Karma: 16071131
Join Date: Apr 2008
Location: Alabama, USA
Device: HP ipac RX5915 Wife's Kindle
Sigil and Regex

As a regex expert, I'm Emperor of the North. I usually use RegexBuddy from JGSoft which allows me to code a little, test a ltiile, and learn a lot.

Will someone tell me why the following PERL expressions will not work in Sigil? What changes are needed to make them work?

Find all:
Code:
[^~]+?
Find number:
Code:
[\dixvlcdm]+
All help accepted and appreciated.
crutledge is offline   Reply With Quote