Skip to content
Steven Levithan edited this page Feb 5, 2018 · 195 revisions

See version history for released versions.

XRegExp 4.0.0-next: completed changes

The following changes have been completed and are available via the latest build here on GitHub:

New Features:

  • Added installable namespacing option (off by default) that moves named capture results to a groups object. This makes it easier to loop over named captures after executing a regex. See #175.

Fine Tuning:

  • The generated source for regexes is now easier to read, with fewer (?:) separating tokens. See #196.

Share your ideas

Open a new issue here on GitHub, or fork the repo and start hacking.

Clone this wiki locally