Regex expression 3


I tried giving ([0-9])\w and (/d)\w its not taking the single digit number

I want to check if the string has numeric value

please help!!

give a try on
\d+\b

Thankyou so much for quick reply !!! @ppr

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.