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.
2 parents addfec0 + 90b14c4 commit 92b8f37Copy full SHA for 92b8f37
docs/labs/regex1.html
@@ -111,8 +111,8 @@ <h2>Task Information</h2>
111
that an input is must be either “<tt>ab</tt>” or “<tt>de</tt>”,
112
use the regex “<tt>^(ab|de)$</tt>”.
113
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).
+“<tt>^(ab|de)\Z</tt>” or “<tt>\A(ab|de)\Z</tt>” (note that the
+regex pattern is slightly different).
116
117
<p>
118
More information is available in the OpenSSF guide
0 commit comments