Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Does not understand findrx function
#1
Can someone please explain what is \d - the help reference is not clear on this ?
Confusedhock:

Code:
Copy      Help
Find digits (10)
str subject="abc10 100 def"
out findrx(subject "\d+")
#2
Click link "Regular expression syntax" at the beginning of findrx help.
#3
\d+ is one or more digits(numbers)


Attached Files Image(s)
   
#4
http://www.quickmacros.com/help/RegExp/IDP_PCRE.html
#5
Thank you guys Smile


Forum Jump:


Users browsing this thread: 1 Guest(s)