Skip to content

Instantly share code, notes, and snippets.

@patch
Created October 22, 2012 22:21
Show Gist options
  • Save patch/3935008 to your computer and use it in GitHub Desktop.
Save patch/3935008 to your computer and use it in GitHub Desktop.
\X regex history

History of \X in regex engines:

  • 2000-05-23 — Perl 5.6 — introduced
  • 2003-04 — Unicode 4.0 — UAX #29: EGC defined
  • 2004-09-14 — PCRE 5.0 — introduced
  • 2010-04-12 — Perl 5.12 — EGC implemented
  • 2012-01-31 — Unicode 6.1 — EGC changes: Thai, Lao
  • 2012-05-20 — Perl 5.16 — Unicode 6.1 support

Key:

  • EGC = Extended Grapheme Cluster
  • UAX = Unicode Standard Annex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment