Skip to main content

wildcard_to_regex_body

Function wildcard_to_regex_body 

Source
fn wildcard_to_regex_body(pattern: &str) -> String
Expand description

Translate a */? pattern into a regex body (no anchors).