Description
In this course, you will learn :
- How to create your own regular expressions.
- About RegExp Objects, how to parse data.
- How to convert phrases into an array of strings
- How to match passwords and emails.
- You will be a regular expressions expert by the end of this course.
Syllabus :
1. The Beginning of Regular Expressions
- Testing the Expressions
- Coding Standards
- On With the Show: The Birth of Regular Expressions
- Types of Regular Expressions
2. The Anatomy of Regular Expressions
- Defining a Regular Expression
- What’s Inside a Regular Expression?
- Special Characters: Character Classes
- Special Characters: Quantifiers
- Special Characters: Capturing and Non-Capturing Groups
- Special Characters: Matching the Protocol and Hostname
- Special Characters: Matching the URL and Non-Capturing Groups
- Flags
3. The RegExp Object
- Index of the Last Match
- The exec Method
- The Other Methods
4. Thinking in Regular Expressions
- Dynamic Regular Expressions
- Parsing Dates
5. Regular Expressions in the Wild
- Password Pattern Matching
- Checking the Expression
- Email Pattern Matching
- Checking the Expression
- Complex Character Replacement
- Capturing Variable Names Alone