Regular Expressions for Beginners and Beyond! With Exercises

Regular Expressions for Beginners and Beyond! With Exercises

Learn regular expression fundamentals, or expand your existing skills

What you’ll learn

  • Basic regular expression syntax
  • Tokens representing classes of characters
  • Using flags and greedy vs. lazy to fine-tune your regular expressions
  • Using groups for more advanced searching, plus replacing parts of strings
  • Lookahead and Lookbehind
  • All examples and exercises provided in JavaScript, Python and grep

Requirements

  • None! We will be using the regex101 web site to test our regular expressions, so all you need is a computer and web access

Who this course is for:

  • Curious folks new to regular expressions
  • Developers looking to sharpen or expand their regular expression skills
Tutorial Bar
Logo