string_split_words

@accepts(utf8)
@returns([utf8])
def string_split_words(string)

Splits @string on word boundaries using Unicode character definitions.

string :

the string to split

Returns :

NULL-terminated array of strings