View Single Post
Old 12-19-2022, 11:11 PM   #3
Turtle91
A Hairy Wizard
Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.
 
Turtle91's Avatar
 
Posts: 3,363
Karma: 20212733
Join Date: Dec 2012
Location: Charleston, SC today
Device: iPhone 15/11/X/6/iPad 1,2,Air & Air Pro/Surface Pro/Kindle PW & Fire
I had to eat that elephant one bite at a time....and I'm nowhere close to being as good as some of the reg-fu masters around here... but I can get most of what I want done with a few of the basics like Karellen mentioned.

This website has a basic description that can get you started understanding what regex is about
https://www.developer.com/languages/...ssions-primer/

but that website's examples are used more for programmers. Once you have a basic understanding then you can use this website to learn the specific flavor of regex that Sigil uses (PCRE):
https://www.regular-expressions.info/pcre.html

And here is a basic memory aid that helps until you just memorize them from using them all the time:
http://marvin.cs.uidaho.edu/~heckend...uts/regex.html

Once you have a basic idea of what is involved, then the regex sticky is where people go to share (or ask) how to do some specific things.
Turtle91 is offline   Reply With Quote