TIL: Differences between Vim Regex, Emacs Regex and PCRE
When I first switched over from Vim to Spacemacs, one thing that really caught me off guard was the behavior of / search under evil-mode. evil-mode reproduces the Vim experience so well, it's easy to forget the underlying Emacs base…