Expand description
Utilities for the str primitive type.
Structs§
- An iterator over the bytes of a string slice.
- An iterator over the
chars of a string slice, and their positions. - An iterator over the
chars of a string slice. - An iterator of
u16over the string encoded as UTF-16. - The return type of
str::escape_debug. - The return type of
str::escape_default. - The return type of
str::escape_unicode. - An iterator over the lines of a string, as string slices.
- Lines
Any Deprecated Created with the methodlines_any. - Created with the method
match_indices. - Created with the method
matches. - An error returned when parsing a
boolusingfrom_strfails