Thread: Regex examples
View Single Post
Old 02-05-2017, 08:52 AM   #515
GalacticHull
Enthusiast
GalacticHull began at the beginning.
 
Posts: 30
Karma: 10
Join Date: Nov 2014
Device: kobo h2O
Quote:
Originally Posted by Doitsu View Post
You could use:

Find:
Code:
name="(\d+)"
The numbers that were found can be referenced with \1.
When I run that, nothing is found. I'm not too familiar with regular expressions, however. Does it need to be prefaced with something like (?s) or regex ... ?

I appreciate the help. I've rarely encountered the need for regular expressions and so you're dealing with a total idiot.
GalacticHull is offline   Reply With Quote