Expand description
A string is a collection so we should have more methods for handling strings.
Structs§
- A grapheme iterator that produces the bytes for each grapheme.
Traits§
- After whitespace
- Justify - expand line to given width.
- Squeeze - squeezes duplicate characters down to one each
- Substitute string character for each index given.
- ToGraphemeBytesIter - create an iterator to return bytes for each grapheme in a string.
- Word wrapping