[ Index ] |
PHP Cross Reference of DokuWiki |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 99 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Asian:: (3 methods):
isAsianWords()
separateAsianWords()
splitAsianWords()
isAsianWords($term) X-Ref |
Check if the given term contains Asian word characters param: string $term return: bool |
separateAsianWords($text, $sep = ' ') X-Ref |
Surround all Asian words in the given text with the given separator param: string $text Original text containing asian words param: string $sep the separator to use return: string Text with separated asian words |
splitAsianWords($term) X-Ref |
Split the given text into separate parts Each part is either a non-asian string, or a single asian word param: string $term return: string[] |