constant TextUtility::PREG_CLASS_SEPARATOR in Image Effects 8
Same name and namespace in other branches
- 8.3 src/Component/TextUtility.php \Drupal\image_effects\Component\TextUtility::PREG_CLASS_SEPARATOR
- 8.2 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\ComponentCode
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
;