Hacker News new | ask | show | jobs
by svieira 1804 days ago
> Especially in JavaScript, regexes blow in comparison to languages with named matching groups and all that

Good news (well, probably). JavaScript (ECMAScript 2018+) now supports named matching groups.

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guid...