You are here

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

The regex used to find the encoding.

Type: string

Overrides FeedsExXmlEncoder::$findRegex

File

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

Class

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

Code

protected $findRegex = '/(<meta[^>]+charset\\s*=\\s*["\']?)([\\w-]+)\\b/i';