mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 16:01:41 +08:00
移除零宽空格
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<p>Given an input string <code>s</code> and a pattern <code>p</code>, implement regular expression matching with support for <code>'.'</code> and <code>'*'</code> where:</p>
|
||||
|
||||
<ul>
|
||||
<li><code>'.'</code> Matches any single character.</li>
|
||||
<li><code>'.'</code> Matches any single character.</li>
|
||||
<li><code>'*'</code> Matches zero or more of the preceding element.</li>
|
||||
</ul>
|
||||
|
||||
|
Reference in New Issue
Block a user