Topic: RegularExpressions
I learned that it is possible to back reference capture groups and named capture groups in JavaScript regular expressions
A cheat sheet for JavaScript lookahead and lookbehind regular expressions.
How to group substrings in regular expressions without capturing them. Say hello to non-capturing groups.