Skip to content

Instantly share code, notes, and snippets.

@Potherca
Created June 3, 2022 11:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Potherca/75393bf0e94b5c01156060fb9f0654c9 to your computer and use it in GitHub Desktop.
Save Potherca/75393bf0e94b5c01156060fb9f0654c9 to your computer and use it in GitHub Desktop.
Useful resources for learning regular epressions

Learning RegEx

Games

  • Slash\Escape The first and only slasher themed text based RegEx learning game.

Learn

  • Regex Learn Step by step, from zero to advanced.
  • RegexOne Learn Regular Expressions with simple, interactive exercises.

Practice

Regex Examples

Tools

  • Debuggex Online visual regex tester.
  • Nodexr Visual Regular Expression editor
  • Regexper Regular expression visualizer using railroad diagrams
  • RegExr Learn, Build, & Test RegEx
  • Regex101 build, test, and debug regex
  • Regulex Regular Expression Visualizer
  • RegViz Visual Debugging of Regular Expressions

Other resources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment