You are here

protected property Html2Text::$entSearch in Swift Mailer 7

List of preg* regular expression patterns to search for, used in conjunction with $entReplace.

@type array

See also

$entReplace

File

includes/classes/Html2Text.inc, line 118

Class

Html2Text

Code

protected $entSearch = array(
  '/™/i',
  // TM symbol in win-1252
  '/—/i',
  // m-dash in win-1252
  '/&(amp|#38);/i',
  // Ampersand: see converter()
  '/[ ]{2,}/',
);