constant TEXTIMAGE_PREG_CLASS_SEPARATOR in Textimage 6.2
Matches all 'Z' Unicode character classes (separators)
1 use of TEXTIMAGE_PREG_CLASS_SEPARATOR
- textimage_wrap_text in ./
textimage.module - Wrap text for rendering at a given width.
File
- ./
textimage.module, line 32
Code
define('TEXTIMAGE_PREG_CLASS_SEPARATOR', '\\x{20}\\x{a0}\\x{1680}\\x{180e}\\x{2000}-\\x{200a}\\x{2028}\\x{2029}\\x{202f}\\x{205f}\\x{3000}');