Skip to content
Steven Levithan edited this page Feb 21, 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.
  • Added the Cased_Letter (LC) category to the Unicode Categories addon. See #220.

Fine Tuning:

  • Upgraded Unicode data from version 9.0.0 to 10.0.0. See #221.
  • 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