The following is a deep dive, designed to familiarize you thoroughly with regex for pattern matching.
This guide is currently "in Beta" awaiting a resource for Tier 2.
- Tutorial: RegexOne Interactive Tutorial
- Playlist: Learn Regular Expressions - complete tutorial
- Resource: Regexr - study all sections of the Reference, paying special attention to "lookaround"
- Practice: Regex Classroom - created by the amazing Chingu @ksmai
- Tutorial: Using sed
- Tutorial: Using awk
- Tutorial: Regex tutorial for Linux
- Challenge: Hackerrank REGEX Challenge