You are here

constant PREG_CLASS_SEPARATOR in Textimage 5.2

Same name and namespace in other branches
  1. 5 textimage.module \PREG_CLASS_SEPARATOR
  2. 7.2 textimage.module \PREG_CLASS_SEPARATOR

Matches all 'Z' Unicode character classes (separators)

1 use of PREG_CLASS_SEPARATOR
textimage_wrap_text in ./textimage.module
Wrap text for rendering at a given width.

File

./textimage.module, line 32

Code

define('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}');