☰
In leetcode_rust::problems::p000_0xx::p000_010
?
Function
leetcode_rust
::
problems
::
p000_0xx
::
p000_010
::
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