Expand description
String manipulation.
For more details, see the std::str module.
Modules§
- pattern
Experimental The string Pattern API.
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.