Course Information
Course Overview
Full of Opportunities to Learn by Doing. Unlock the Power of Regular Expressions or regex in your JavaScript cide,
Regular expressions can help you more easily solve programming problems. They are an important tool in your coding toolbox. If you have dabbled with regular expressions or not even used them before, this course is for you. You will learn the syntax and participate in numerous examples and exercise to help you integrate regular expressions into your JavaScript code.
In Mastering Regular Expressions in JavaScript we focus on two main goals: Helping you learn regular expressions and construct them, and teaching you the powerful ways regular expressions can be used in JavaScript. If you work in the JavaScript language, this course will be most useful, but even if you work in another language you can use this course to learn about regular expressions as the syntax applies to many programming languages.
This course provides numerous opportunities to apply what is being taught. In fact one of the final sections is devoted to applying regular expressions, which basically presents different scenarios and then gives you a chance to solve them before going through it with the instructor.
This course contains 9 sections, over 60 different lectures, over 5 hours of video tutorials, 5 exercises, 5 quizzes and 12 application lectures that will make sure you have what you need to use regular expressions in your JavaScript coding work.
If you are ready to master regular expressions, this course is for you!
Course Content
- 10 section(s)
- 64 lecture(s)
- Section 1 Introduction
- Section 2 Getting Started with Regular Expressions
- Section 3 Specifying Characters in Regular Expressions
- Section 4 Working with Character Sets
- Section 5 Using Repetition in Regular Expressions
- Section 6 Using Anchored Expressions
- Section 7 Working with Alternates and Groups
- Section 8 Working with Unicode
- Section 9 Applying Regular Expressions
- Section 10 Conclusion
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.
Reviews
-
KKeith Lopez
this is a very important topic for any software engineer. The instructor has explained each topic giving simple, yet detailed explanations. This is something I have been looking for, since many years.
-
SS.Sakthi .
Valuable course for programmers
-
BBen Jansen
It goes from simple to difficult and demonstrates the material with good examples and hands on exercises.
-
MMike Myers
Very intuitive and easy to follow.