You are here

constant SmartyPants::SMARTYPANTS_TAGS_TO_SKIP in Typogrify 8

Regex-pattern for tags we don't mess with.

File

src/SmartyPants.php, line 37

Class

SmartyPants
SmartyPants - Smart punctuation for web sites.

Namespace

Drupal\typogrify

Code

const SMARTYPANTS_TAGS_TO_SKIP = '@<(/?)(?:pre|code|kbd|script|textarea|tt|math)[\\s>]@';