Friday, July 16, 2004

Example: Regular Expression Matching a Valid Date

Example: Regular Expression Matching a Valid Date
"To match a date in mm/dd/yyyy format, rearrange the regular expression to (0[1-9]|1[012])[- /.](0[1-9]|[12][0-9]|3[01])[- /.](19|20)\d\d. "

Comments: Post a Comment

<< Home

This page is powered by Blogger. Isn't yours?