| Author |
reg exp to check number in a text
|
Rajeev Ravindran
Ranch Hand
Joined: Aug 27, 2002
Posts: 455
|
|
Hi, Could anyone help with regular expression to check if there are any numeric value in a text eg : abc is valid, abc1 is not valid I promise i will start studying regular expression , but right now i need some help Thanks, Rajeev
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
\d Eric
|
 |
Rajeev Ravindran
Ranch Hand
Joined: Aug 27, 2002
Posts: 455
|
|
Thanks eric, One thing i noticed is that it works good on javascript but the same is not working from java application side.. does regular expression behaves different in java script and java ? im using this reg exp tester for testing Thanks for your reply Rajeev [ April 24, 2006: Message edited by: Rajeev Ravindran ]
|
 |
 |
|
|
subject: reg exp to check number in a text
|
|
|