Crate lazy_regex_proc_macros[][src]

Macros

regex

return a lazy static Regex checked at compilation time.

regex_captures

extract captured groups as a tupple of &str

regex_find
regex_is_match

test whether an expression matches a lazy static regular expression (the regex is checked at compile time)