is_match

Function is_match 

Source
pub fn is_match(s: String, p: String) -> bool
Expand description

Simplified regular expression match algorithm

ยงArguments

  • s - input string
  • p - pattern