I want a regular expression to match input like:
3213.32.2311
Format required is:
- Four numeric characters
- a
.
- 2 numeric characters
- a
.
- 4 numeric characters.
I want a regular expression to match input like:
3213.32.2311
Format required is:
.
.
Get yourself a regex cheatsheet such as http://www.regular-expressions.info/reference.html