EN
Regex - common problems (Cross technology)
4
points
List of problems with regex:
- parse double from regex (java)
- regex validate phone number (java)
- regex validate ip address (java)
- regex validate password (java)
- regex validate email (java)
TODO - figure out common naming convention, for example:
Java - validate email with regex
or some other naming convention?