mirror of
https://github.com/ziishaned/learn-regex.git
synced 2025-08-05 19:16:58 -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.
|
||||
|
||||
<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>
|
||||
|
||||
[Test the regular expression](https://regex101.com/r/gGrwuz/1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user