Learn Regular Expressions (Regex) - Crash Course for Beginners

Description:
Regular expressions (or Regex) are patterns used to match character combinations in strings. In this crash course tutorial, you will learn how to use regular expressions in JavaScript. You will be able to apply the concepts to any programming language.