Type Alias regress::AsciiMatches

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

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

Aliased Type§

struct AsciiMatches<'r, 't> { /* private fields */ }