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

Simplified regular expression match algorithm

Arguments

  • s - input string
  • p - pattern