Module voca_rs::split[][src]

Splits subject into an chuncks according to given rules.

Functions

chars

Splits subject into an array of characters.

graphemes

Splits subject into an array of graphemes

split

Splits subject into an array of chunks by separator.

words

Splits subject into an array of words.