Thanks to visit codestin.com Credit goes to github.com
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 1378f7c commit 8f0432fCopy full SHA for 8f0432f
1 file changed
Doc/howto/regex.rst
@@ -178,7 +178,7 @@ are usually not written to match that much data.
178
Repetitions such as ``*`` are :dfn:`greedy`; when repeating a RE, the matching
179
engine will try to repeat it as many times as possible. If later portions of the
180
pattern don't match, the matching engine will then back up and try again with
181
-few repetitions.
+fewer repetitions.
182
183
A step-by-step example will make this more obvious. Let's consider the
184
expression ``a[bcd]*b``. This matches the letter ``'a'``, zero or more letters
0 commit comments