PREG_CLASS_CJK

  1. drupal
    1. 4.7 modules/search.module
    2. 5 modules/search/search.module
    3. 6 modules/search/search.module
    4. 7 modules/search/search.module
    5. 8 core/modules/search/search.module

Matches all CJK characters that are candidates for auto-splitting (Chinese, Japanese, Korean). Contains kana and BMP ideographs.

File

modules/search/search.module, line 89
Enables site-wide keyword searching.

Code

define('PREG_CLASS_CJK', '\x{3041}-\x{30ff}\x{31f0}-\x{31ff}\x{3400}-\x{4db5}' .
'\x{4e00}-\x{9fbb}\x{f900}-\x{fad9}')
Login or register to post comments