I never had to use the lookahead feature in regular expressions but today I had a look and digged deeper.
Topic: RegularExpressions – Page 2
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.