You are here

constant TextUtility::PREG_CLASS_SEPARATOR in Image Effects 8.2

Same name and namespace in other branches
  1. 8.3 src/Component/TextUtility.php \Drupal\image_effects\Component\TextUtility::PREG_CLASS_SEPARATOR
  2. 8 src/Component/TextUtility.php \Drupal\image_effects\Component\TextUtility::PREG_CLASS_SEPARATOR

Matches all 'Z' Unicode character classes (separators)

File

src/Component/TextUtility.php, line 36

Class

TextUtility
Text handling methods for image_effects.

Namespace

Drupal\image_effects\Component

Code

const PREG_CLASS_SEPARATOR = <<<'EOD'
\x{20}\x{a0}\x{1680}\x{180e}\x{2000}-\x{200a}\x{2028}\x{2029}\x{202f}
\x{205f}\x{3000}
EOD
;