regular expressions

Regexes Got Good: The History And Future Of Regular Expressions In JavaScript

Although JavaScript regexes used to be underpowered compared to other modern flavors, numerous improvements in recent years mean that’s no longer true. Steven Levithan evaluates the history and present state of regular expressions in JavaScript with tips to make your regexes more readable, maintainable, and resilient.




regular expressions

Unicode-aware regular expressions in ES2015

This article explains the effects of the new u flag for regular expressions in ES2015.




regular expressions

Unicode property escapes in JavaScript regular expressions

ES2018 adds support for Unicode property escapes of the form p{…} and P{…} to JavaScript regular expressions. This article explains what Unicode property escapes are, how they work, and why they’re useful.




regular expressions

ECMAScript regular expressions are getting better!

This article highlights what’s happening in the world of JavaScript regular expressions right now. Spoiler: it’s quite a lot — there are more RegExp-related proposals currently advancing through the TC39 standardization process than there have been updates to RegExp in the history of ECMAScript!




regular expressions

Regular Expressions for Regular Folk | Regular Expressions for Regular Folk (REFRF)