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;
}

0 Comments:

Post a Comment

<< Home