Out with Regex, In with Tokens

Comments

Comments are closed.

Nice overview of everything tokeney - love the content, especially the "don't regex validate email addresses" comments. It's amazing to me how many people spend so much time trying to do that.

Tokens are definitely next on my list of things to learn better, and this talk gave a great overview on why they are much easier than regular expressions in some cases.