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 3d17df0 commit 7ae5278Copy full SHA for 7ae5278
README.md
@@ -10,7 +10,7 @@ Extends the `Regexp` class with the methods: `Regexp#examples` and `Regexp#rando
10
11
`Regexp#random_example` returns one, random string (from all possible strings!!) that matches the regex.
12
13
-\* If the regex has an infinite number of possible srings that match it, such as `/a*b+c{2,}/`,
+\* If the regex has an infinite number of possible strings that match it, such as `/a*b+c{2,}/`,
14
or a huge number of possible matches, such as `/.\w/`, then only a subset of these will be listed.
15
16
For more detail on this, see [configuration options](#configuration-options).
0 commit comments