Skip to content

Instantly share code, notes, and snippets.

@bobbzorzen
Created February 4, 2019 08:51
Show Gist options
  • Save bobbzorzen/8e3bc1b43ac725a14b96f3cfd88e8389 to your computer and use it in GitHub Desktop.
Save bobbzorzen/8e3bc1b43ac725a14b96f3cfd88e8389 to your computer and use it in GitHub Desktop.

Basic RegExp lecture

  • What is RegExp
  • Simple example vs advanced example
  • Character groups
  • Quantifiers
  • Capture groups
  • Re-visit simple example and break it down
  • Re-visit advanced example and break it down
  • How you can use it in your everyday life (Show how vsc can do regex searches to match all etc)
  • Useful resources
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment