diff --git a/README.md b/README.md index 9c1c4b2..1b1093b 100644 --- a/README.md +++ b/README.md @@ -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. +
+"\s+cat\s+" => The fat cat sat on the concatenation.
+
+ +[Test the regular expression](https://regex101.com/r/gGrwuz/1) +
 "c.+t" => The fat cat sat on the mat.