Module core::str::pattern
[−]
[src]
The string Pattern API.
For more details, see the traits Pattern
, Searcher
,
ReverseSearcher
and DoubleEndedSearcher
.
Reexports
use prelude::v1::*; |
use cmp; |
use usize; |
Structs
CharEqPattern | [Unstable] |
CharEqSearcher | [Unstable] |
CharPredicateSearcher |
[Unstable] Associated type for |
CharSearcher |
[Unstable] Associated type for |
CharSliceSearcher |
[Unstable] Associated type for |
EmptyNeedle | [Unstable] |
StrSearcher |
[Unstable] Associated type for |
TwoWaySearcher |
[Unstable] The internal state of the two-way substring search algorithm. |
Enums
MatchOnly |
[Unstable] Skip to match intervals as quickly as possible |
RejectAndMatch |
[Unstable] Emit Rejects regularly |
SearchStep |
[Unstable] Result of calling |
StrSearcherImpl | [Unstable] |
Traits
CharEq | [Unstable] |
DoubleEndedSearcher |
[Unstable] A marker trait to express that a |
Pattern |
[Unstable] A string pattern. |
ReverseSearcher |
[Unstable] A reverse searcher for a string pattern. |
Searcher |
[Unstable] A searcher for a string pattern. |
TwoWayStrategy | [Unstable] |