mirror of
https://github.com/ziishaned/learn-regex.git
synced 2025-08-04 18:46:40 -04:00
Merge 9551e407d420da86d9b07cb4ac927a6cd1c9cdf5 into 22901bc1db0eb357dc5b2bdc5b2476f97b887b74
This commit is contained in:
commit
cfdeb9a9b7
@ -223,6 +223,12 @@ example, the regular expression `c.+t` means: a lowercase `c`, followed by
|
||||
at least one character, followed by a lowercase `t`. It needs to be
|
||||
clarified that`t` is the last `t` in the sentence.
|
||||
|
||||
<pre>
|
||||
"\s+cat\s+" => The fat<a href="#learn-regex"><strong> cat </strong></a>sat on the concatenation.
|
||||
</pre>
|
||||
|
||||
[Test the regular expression](https://regex101.com/r/gGrwuz/1)
|
||||
|
||||
<pre>
|
||||
"c.+t" => The fat <a href="#learn-regex"><strong>cat sat on the mat</strong></a>.
|
||||
</pre>
|
||||
|
Loading…
x
Reference in New Issue
Block a user