mirror of
https://github.com/ziishaned/learn-regex.git
synced 2025-08-07 12:06:40 -04:00
Fix typo
This commit is contained in:
parent
f489ee2cc0
commit
aeecdc154a
@ -195,7 +195,7 @@ followed by lowercase character `a`, followed by lowercase character `t`,
|
|||||||
followed by zero or more spaces.
|
followed by zero or more spaces.
|
||||||
|
|
||||||
<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>
|
||||||
|
|
||||||
[Test the regular expression](https://regex101.com/r/gGrwuz/1)
|
[Test the regular expression](https://regex101.com/r/gGrwuz/1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user