Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to check if string contains only numeric value if range is not given
#3
Solved: 12 Years, 10 Months, 2 Weeks ago
You can also use regular expresion to do this.
here is the regular expressionto verify this
.* \d*

Allows only "asdfsdf 1232451234" it will not allow "asdfasd 123sdf123"
Reply


Messages In This Thread
RE: How to check if string contains only numeric value if range is not given - by surya_7mar - 07-28-2008, 01:57 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  trying to test that field doesn't have numeric characters jayraocourts 0 1,546 10-25-2019, 12:54 AM
Last Post: jayraocourts
  Regular Expression- For a Numeric rajeshvelur 3 3,935 11-29-2008, 11:04 PM
Last Post: surya_7mar

Forum Jump:


Users browsing this thread: 1 Guest(s)