Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.75 KB

File metadata and controls

28 lines (20 loc) · 1.75 KB

Shield: CC BY-NC-SA 4.0

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

CC BY-NC-SA 4.0

Regular Expressions (Regex) with JavaScript - Easy and Fast!

Video Course available on Udemy:
https://www.udemy.com/course/javascript-regular-expressions-regex/?referralCode=58835C19C66DC39DA9F0

Regular Expression (regex) is a pattern detection language – they are typically used to search patterns in text, extract matching values, and data validation.

Regex is supported in many programming languages, including Python, C#, JavaScript, Perl, SQL, and more.

Regular Expressions (Regex) with JavaScript course is designed to provide hands-on experience with regular expressions through various exercises and projects

Stop googling and master regular expression with my simple and straightforward course

What will you learn in this course?

  1. In just a couple of hours, you will master regular expression language and learn the internals of the regular expression engine
  2. You will apply your new skills with four hands-on, real-world projects
  3. You will gain a solid understanding of the type of performance issues regex can run into, and techniques to address them
  4. As part of resources in this course, you will get a high-quality quick reference guide, an interactive tool, all the source code and downloadable slides
  5. You can transfer your regex learning to any language