☰
In leetcode_rust::problems_cn::p000_0xx::p000_010
?
Function
leetcode_rust
::
problems_cn
::
p000_0xx
::
p000_010
::
is_match
source
·
[
−
]
pub fn is_match(s:
String
, p:
String
) ->
bool
Expand description
简化版的正则表达式匹配算法
参数
s
- 输入字符串
p
- 模式