You are here

protected property Html2Text::$entReplace in Swift Mailer 7

List of pattern replacements corresponding to patterns searched.

@type array

See also

$entSearch

File

includes/classes/Html2Text.inc, line 131

Class

Html2Text

Code

protected $entReplace = array(
  '™',
  // TM symbol
  '—',
  // m-dash
  '|+|amp|+|',
  // Ampersand: see converter()
  ' ',
);