Skip to content

Instantly share code, notes, and snippets.

// XMLDecl from http://www.w3.org/TR/xml/#xmldoc
$regex = <<<'REGEX'
/
(?(DEFINE)
(?<S> [\x20\x9\xD\xA]+ )
(?<Eq> (?&S)? = (?&S)? )
)
^(?<XMLDecl>
<\?xml
(?<VersionInfo>