Expand description
Utilities for the str primitive type.
Modules§
- patternExperimental The string Pattern API.
Structs§
- An iterator over the bytes of a string slice.
- An iterator over thechars of a string slice, and their positions.
- An iterator over thechars of a string slice.
- An iterator ofu16over the string encoded as UTF-16.
- The return type ofstr::escape_debug.
- The return type ofstr::escape_default.
- The return type ofstr::escape_unicode.
- An iterator over the lines of a string, as string slices.
- LinesAny Deprecated Created with the methodlines_any.
- Created with the methodmatch_indices.
- Created with the methodmatches.