Method Unicode.split_words_and_normalize()
- Method split_words_and_normalize
array(string) split_words_and_normalize(string input)
- Description
A less wasteful equivalent of
split_words(normalize(input, "NFKD"))
.
array(string) split_words_and_normalize(string input)
A less wasteful equivalent of
split_words(normalize(input, "NFKD"))
.