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

简化版的正则表达式匹配算法

参数

  • s - 输入字符串
  • p - 模式