pub type AsciiMatches<'r, 't> = Matches<DefaultAsciiExecutor<'r, 't>>;
An iterator type which yields Matches found in a string, supporting ASCII only.
Match
struct AsciiMatches<'r, 't> { /* private fields */ }