G
Guest
hey all,
i'm trying to validate a textbox on my form with the following expression:
0.a.0.a
meaning I need to make sure the user follows this pattern.
0-9
period
A-Z
period
0-9
period
a-z
can someone direct me to a good reference article because i can't find
anything basic with regular expressions in msdn help so far.
thanks,
rodchar
i'm trying to validate a textbox on my form with the following expression:
0.a.0.a
meaning I need to make sure the user follows this pattern.
0-9
period
A-Z
period
0-9
period
a-z
can someone direct me to a good reference article because i can't find
anything basic with regular expressions in msdn help so far.
thanks,
rodchar