Type Definition regress::AsciiMatches[][src]

type AsciiMatches<'r, 't> = Matches<DefaultAsciiExecutor<'r, 't>>;
Expand description

An iterator type which yields Matches found in a string, supporting ASCII only.