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