You are here

protected property FeedsExXmlEncoder::$findRegex in Feeds extensible parsers 7

The regex used to find the encoding.

Type: string

File

src/Xml/Utility.php, line 148
Contains FeedsExXmlUtility.

Class

FeedsExXmlEncoder
Converts the encoding of an XML document to UTF-8.

Code

protected $findRegex = '/^<\\?xml[^>]+encoding\\s*=\\s*("|\')([\\w-]+)(\\1)/';