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 5b5f6a2 commit 45a2681Copy full SHA for 45a2681
docs/labs/regex1.html
@@ -293,7 +293,7 @@ <h2>Background</h2>
293
So <tt>[A-D]*</tt> will match 0 or more letters as long as every letter
294
is an A, B, C, or D.
295
<li>You can use "<tt>|</tt>" to identify options, any of which are acceptable.
296
-When validating input, should surround the collection of options
+When validating input, you should surround the collection of options
297
with parenthesis, because "<tt>|</tt>" has a low precedence.
298
So for example, "<tt>(yes|no)</tt>" is a way to match either "yes" or "no".
299
</ol>
0 commit comments