[Top]
Unicode
|
Method Unicode.split_words()
- Method
split_words
array(string) split_words(string input)
- Description
Splits the input string into an array of words, on the boundaries between
the different kinds of word characters as defined by is_wordchar . The
result is an array of words, with the non-word characters between them
thrown away.
|