How to group substrings in regular expressions without capturing them. Say hello to non-capturing groups.
Topic: RegularExpressions โ Page 2
I never had to use the lookahead feature in regular expressions but today I had a look and digged deeper.
I learned how the Unicode mode in JavaScript regular expression helps you counting code points.
I learned that the '.' in JavaScript regular expressions is not matching every single character.