Robuta

Sponsor of the Day: Jerkmate
https://doc.rust-lang.org/std/str/struct.RSplit.html RSplit in std::str - Rust Created with the method `rsplit`. std str rust https://doc.rust-lang.org/std/str/struct.SplitAsciiWhitespace.html SplitAsciiWhitespace in std::str - Rust An iterator over the non-ASCII-whitespace substrings of a string, separated by any amount of ASCII whitespace. std str rust https://doc.rust-lang.org/std/str/struct.Bytes.html Bytes in std::str - Rust An iterator over the bytes of a string slice. std str rustbytes https://doc.rust-lang.org/std/str/struct.CharIndices.html CharIndices in std::str - Rust An iterator over the `char`s of a string slice, and their positions. std str rust https://doc.rust-lang.org/std/str/struct.EncodeUtf16.html EncodeUtf16 in std::str - Rust An iterator of `u16` over the string encoded as UTF-16. std str rust https://doc.rust-lang.org/std/str/struct.LinesAny.html LinesAny in std::str - Rust Created with the method `lines_any`. std str rust https://doc.rust-lang.org/std/str/trait.FromStr.html FromStr in std::str - Rust Parse a value from a string std str rust https://doc.rust-lang.org/std/str/struct.RMatchIndices.html RMatchIndices in std::str - Rust Created with the method `rmatch_indices`. std str rust https://doc.rust-lang.org/std/str/struct.RSplitN.html RSplitN in std::str - Rust Created with the method `rsplitn`. std str rust https://doc.rust-lang.org/std/str/struct.SplitTerminator.html SplitTerminator in std::str - Rust Created with the method `split_terminator`. std str rust https://doc.rust-lang.org/std/str/index.html std::str - Rust Utilities for the `str` primitive type. std str rust https://doc.rust-lang.org/std/str/struct.EscapeDefault.html EscapeDefault in std::str - Rust The return type of `str::escape_default`. std str rust https://doc.rust-lang.org/std/str/struct.SplitWhitespace.html SplitWhitespace in std::str - Rust An iterator over the non-whitespace substrings of a string, separated by any amount of whitespace. std str rust https://doc.rust-lang.org/std/str/pattern/enum.Utf8Pattern.html Utf8Pattern in std::str::pattern - Rust Result of calling `Pattern::as_utf8_pattern()`. Can be used for inspecting the contents of a `Pattern` in cases where the underlying representation can be... std str patternrust https://doc.rust-lang.org/std/str/pattern/trait.ReverseSearcher.html ReverseSearcher in std::str::pattern - Rust A reverse searcher for a string pattern. std str patternrust https://doc.rust-lang.org/std/str/pattern/index.html std::str::pattern - Rust The string Pattern API. std str patternrust https://doc.rust-lang.org/std/str/pattern/struct.CharSearcher.html CharSearcher in std::str::pattern - Rust std str patternrust https://doc.rust-lang.org/std/str/pattern/struct.CharSliceSearcher.html CharSliceSearcher in std::str::pattern - Rust std str patternrust https://doc.rust-lang.org/std/str/pattern/struct.CharArrayRefSearcher.html CharArrayRefSearcher in std::str::pattern - Rust std str patternrust https://doc.rust-lang.org/std/macro.include_str.html include_str in std - Rust Includes a UTF-8 encoded file as a string. std rustincludestr https://doc.rust-lang.org/std/str/pattern/struct.StrSearcher.html StrSearcher in std::str::pattern - Rust std str patternrust