On this page
Module std::str
Utilities for the str primitive type.
See also the str primitive type.
Modules
-
patternExperimentalThe string Pattern API.
Structs
-
Utf8ChunkExperimentalAn item returned by the
Utf8Chunksiterator. -
Utf8ChunksExperimental
-
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.
-
LinesAnyDeprecatedCreated with the method
lines_any. -
Created with the method
match_indices. -
Created with the method
matches. -
An error returned when parsing a
boolusingfrom_strfails -
Created with the method
rmatch_indices. -
Created with the method
rmatches. -
Created with the method
rsplit. -
Created with the method
rsplitn. -
Created with the method
rsplit_terminator. -
Created with the method
split. -
An iterator over the non-ASCII-whitespace substrings of a string, separated by any amount of ASCII whitespace.
-
An iterator over the substrings of a string, terminated by a substring matching to a predicate function Unlike
Split, it contains the matched part as a terminator of the subslice. -
Created with the method
splitn. -
Created with the method
split_terminator. -
An iterator over the non-whitespace substrings of a string, separated by any amount of whitespace.
-
Errors which can occur when attempting to interpret a sequence of
u8as a string.
Traits
-
Parse a value from a string
Functions
-
Converts a boxed slice of bytes to a boxed string slice without checking that the string contains valid UTF-8.
-
Converts a slice of bytes to a string slice.
-
Converts a mutable slice of bytes to a mutable string slice.
-
Converts a slice of bytes to a string slice without checking that the string contains valid UTF-8.
-
Converts a slice of bytes to a string slice without checking that the string contains valid UTF-8; mutable version.
© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/std/str/index.html