X
xsnslaine
Im new to Regular Expressions and have something really really really
simple (i assume to do. but i just cant get the results i want
what i want to do is validate height in feet and inches
for example
5'9 or 5'9" would be acceptable
"/[0-9]\.'?[0-12]/"
that is what have have so far .... but it dont work
could someone explain where i have gone wrong? and how to do it?
Thanks in advance.....
Dan.
simple (i assume to do. but i just cant get the results i want
what i want to do is validate height in feet and inches
for example
5'9 or 5'9" would be acceptable
"/[0-9]\.'?[0-12]/"
that is what have have so far .... but it dont work
could someone explain where i have gone wrong? and how to do it?
Thanks in advance.....
Dan.