Function magic_regexp::create_reg_exp
source · pub fn create_reg_exp(input: impl AsRegex) -> Result<Regex>
Expand description
Returns the regex, which represents the given statement. This is only for convenience and compatibility with magic-regex from npm.