Regex in Javascript
Offered By: egghead.io
Course Description
Overview
Regular expressions are a useful tool for dealing with text data. They allow us to slice and dice strings, and useful extract information in our applications.
Regex is also complex, and many developers will spend their entire career looking up even the most trivial of regex operations. This course will help improve your regex skills, and teach a solid core of useful tools that you can use every day with confidence!
Regex is also complex, and many developers will spend their entire career looking up even the most trivial of regex operations. This course will help improve your regex skills, and teach a solid core of useful tools that you can use every day with confidence!
Syllabus
- Get Started with Regular Expressions in JavaScript
- Find Plain Text Patterns using Regular Expressions
- Use Regular Expressions to Find Repeated Patterns
- Use Character Classes in Regular Expressions
- Use Shorthand Regular Expression Character Classes
- Create Capture Groups in Regular Expressions
- Use Lookaheads in Regular Expressions
- Find the Start and End of Words with Regular Expression Word Boundaries
- Match the Same String Twice with Backreferences in Regular Expressions
- Find Patterns at the Start and End of Lines with Line Anchors in Regular Expressions
Taught by
Joe Maddalone
Related Courses
Design of Computer ProgramsStanford University via Udacity Programming Languages
University of Virginia via Udacity Data Structures and Performance
University of California, San Diego via Coursera Introducción a Data Science: Programación Estadística con R
Universidad Nacional Autónoma de México via Coursera Applied Text Mining in Python
University of Michigan via Coursera