Page 1 of 1

reguller expresstion for finding number

Posted: Sat Feb 24, 2007 6:13 am
by itsmani1
Hi

I want to find '(0)' and '(1)' etc
I mean anything integer in () using regular expression

thank you.

Posted: Sat Feb 24, 2007 6:20 am
by kaisellgren

Code: Select all

"/(\\(\d\\))/"
That matches all (0-9)