Dev Research
Friday, July 08, 2005
RegEx
Regular expressions seem to be well supported. I'll have a nice alphanumeric to numeric conversion control done in a little bit.
//Validate the text
if(sConvertedValue.match("[^owersdfzxcmn0-9.,]"))
{
ref.value = "0";
return;
}
posted by Stephen @
10:12 AM
0 Comments:
Post a Comment
<< Home
About Me
Name:
Stephen
Location:
Taymouth, NB, Canada
View my complete profile
Previous Posts
Making some progress
Blackberry Browser myths
0 Comments:
Post a Comment
<< Home