Introduction to Regular Expressions
This lesson explains and introduces Regular Expressions.
We'll cover the following...
Time to apply specific rules so that each field only errors if the user input breaks the rules for that particular field.
Regular Expressions
Our rules are for strings, and the only robust method of string validation is through regular expressions. If you haven’t heard of it, a regular expression (shortened to ...