How to use regular expressions, handle exceptions, and validate data
Regular expressions
Matching characters
Using the character class
Complex expressions
Look-ahead assertions
Replacing a regular expression with a string
Global regular expressions
Using regular expressions to validate data
Testing an email address
Exception objects
Exception methods
Catching all exceptions and errors
Back