Skip to content

Commit 92b8f37

Browse files
Merge pull request #791 from ossf/regex1_clarify
Clarify regex1 text
2 parents addfec0 + 90b14c4 commit 92b8f37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/labs/regex1.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ <h2>Task Information</h2>
111111
that an input is must be either “<tt>ab</tt>” or “<tt>de</tt>”,
112112
use the regex “<tt>^(ab|de)$</tt>”.
113113
To validate the same thing in Python, use
114-
<tt>^(ab|de)\Z</tt>” or “<tt>\A(ab|de)\Z</tt>” (note that it's
115-
not quite the same thing).
114+
<tt>^(ab|de)\Z</tt>” or “<tt>\A(ab|de)\Z</tt>” (note that the
115+
regex pattern is slightly different).
116116

117117
<p>
118118
More information is available in the OpenSSF guide

0 commit comments

Comments
 (0)