I am trying to make a height (person height) and weight validation.
Height should look something like this: 5'11"
Anything in any other different format should show up as wrong.
What should I use for ValidationExpression
?
and onee more question "[10-200].(1[0-1]|\d)" is this correct for weight validation