Function scan_rules::scanner::re_str
[−]
[src]
pub fn re_str(s: &str) -> ScanRegex<ScanA<Everything<&str>>>
Creates a runtime regex scanner that yields the matched input as a string slice.
See: re
.