File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ l^Ȩú(¹C³TÂI6ÓQaª}f*Allô, world!p±!éÇ'>aDÙ
8484```
8585
8686These strings contain not only a substring that matches the regular expression, but also some
87- extraneous characters before and/or after the match. If the consumer of these strings applies the
87+ extraneous characters before and/or after the match. If the consumer of these strings recognizes a
8888general "substring match", that's exactly what you want to give it.
8989
9090But what if you need to generate only "exact" matches? In other words, strings containing only the matching characters.
@@ -114,7 +114,7 @@ For any regular expression, there is always a miniumum length for any matching s
114114matches are also limited to some maximum length. ` RegExpGen ` generates matches of random length that
115115always lie within the minimum and maximum bounds for the regular expression.
116116
117- But for many regular expressions, like the one in the previous example, there is no upper bound on
117+ But for many regular expressions, like the one in [ the basic example above ] ( #the-basics ) , there is no upper bound on
118118the length of a matching string. Nevertheless, as a practical matter, some kind of upper bound is
119119usually helpful. What to do?
120120
You can’t perform that action at this time.
0 commit comments