Module voca_rs::count[][src]

Expand description

Counts the characters in subject.

Functions

Counts the characters in subject.

Counts the graphemes in subject taking care of surrogate pairs and combining marks.

Counts the number of substring appearances in subject.

Counting occurrences of unique words in subject. This function respects unicode.

Counts the characters in subject for which predicate returns true. This function respects unicode.

Counts the number of words in subject.