We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1cfb1e commit d60813eCopy full SHA for d60813e
README.md
@@ -173,8 +173,8 @@ zero or more spaces.
173
174
### 2.3.2 The Plus
175
176
-The symbol `+` matches one or more repetitions of the preceding character. For example, the regular expression `c.+t` means: lowercase
177
-letter `c`, followed by any number of character, followed by the lowercase character `t`.
+The symbol `+` matches one or more repetitions of the preceding character. For example, the regular expression `c.+t` means: lowercase
+letter `c`, followed by at least one character, followed by the lowercase character `t`.
178
179
<pre>
180
"c.+t" => The fat <a href="#learn-regex"><strong>cat sat on the mat</strong></a>.
0 commit comments