Expand description
Utilities for the str
primitive type.
Modules§
- pattern
Experimental The string Pattern API.
Structs§
- An iterator over the bytes of a string slice.
- An iterator over the
char
s of a string slice, and their positions. - An iterator over the
char
s of a string slice. - An iterator of
u16
over 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
.