Skip to content

Instantly share code, notes, and snippets.

@clintongormley
Created March 12, 2011 07:41
Show Gist options
  • Save clintongormley/867119 to your computer and use it in GitHub Desktop.
Save clintongormley/867119 to your computer and use it in GitHub Desktop.
Invalid XML
my $Invalid_XML = qr/[^
\x{9}\x{A}\x{D}
\x{20}-\x{D7FF}
\x{E000}-\x{FFFD}
\x{10000}-\x{10FFFF}
]/x;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment