Regular Expressions
Objectives
- Understand what a Regular Expression is and how to declare one.
- Understand the difference between an express literal and a RegEx constructor.
- Describe how to match data exact using a pattern.
- Create patterns that will match wildcard data.