mirror of
https://github.com/ziishaned/learn-regex.git
synced 2025-08-08 12:37:01 -04:00
fix CN
This commit is contained in:
commit
3d8c5ebdd7
@ -189,7 +189,7 @@
|
|||||||
`*`和表示匹配空格的符号`\s`连起来用, 如表达式`\s*cat\s*`匹配0或更多个空格开头和0或更多个空格结尾的cat字符串.
|
`*`和表示匹配空格的符号`\s`连起来用, 如表达式`\s*cat\s*`匹配0或更多个空格开头和0或更多个空格结尾的cat字符串.
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
"\s*cat\s*" => The fat<a href="#learn-regex"><strong> cat </strong></a>sat on the <a href="#learn-regex">con<strong>cat</strong>enation</a>.
|
"\s*cat\s*" => The fat<a href="#learn-regex"><strong> cat </strong></a>sat on the con<a href="#learn-regex"><strong>cat</strong></a>enation.
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
[在线练习](https://regex101.com/r/gGrwuz/1)
|
[在线练习](https://regex101.com/r/gGrwuz/1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user