Mastering Regular Expressions in JavaScript
Mastering Regular Expressions in JavaScript, Full of Opportunities to Learn by Doing in Order to Unlock the Power of Regular Expressions or regex in JavaScript
BESTSELLER
Created by Steven Hancock
English
English [Auto-generated]
PREVIEW THIS COURSE - GET COUPON CODE
What you'll learn
- Create basic regular expressions for matching data.
- Make use of all the JavaScript methods that accept regular expressions.
- Understand the differences between the varied JavaScript methods used with regular expressions.
- Test regular expressions before deploying them in your code.
- Understand regular expression syntax.
- Define more complex patterns using regular expressions.
- Use metacharacters and characters sets in defining patterns.
- Take advantage of repetition and grouping.
- Use anchored expressions and lookahead assertions correctly.
- Include unicode when necessary.
- Solve common regular expression problems in JavaScript.