You are here

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

The replacement pattern.

Type: string

File

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

Class

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

Code

protected $replacePattern = '$1UTF-8$4';