"^[A-Za-z 0-9 ?]*$"
but if i put a space in the text box it puts up the validation error why can't i add a space?
ThanksI think you have two space characters in the []. Just enter one.
"^[A-Za-z 0-9 ?]*$"
but if i put a space in the text box it puts up the validation error why can't i add a space?
ThanksI think you have two space characters in the []. Just enter one.
0 comments:
Post a Comment