pub type TinyRegex = RegexBuf<DEFAULT_NODES, DEFAULT_CCL, 0>;Expand description
Regex with memoisation disabled — identical to the original tiny-regex-c behaviour.
Compiles and matches the same patterns as Regex but allocates no memo table.
Aliased Type§
pub struct TinyRegex { /* private fields */ }