You are here

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

The replacement pattern.

Type: string

Overrides FeedsExXmlEncoder::$replacePattern

File

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

Class

FeedsExHtmlEncoder
Converts the encoding of an HTML document to UTF-8.

Code

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