File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ <h4>4. Fix the Code</h4>
175175 < p > The right way to fix the problems is for the code to issue a
176176 user-friendly message at run time. It should < b > verify the user
177177 input</ b > using the
178- < a href ="https://checkerframework.org/api/org/checkerframework/checker/regex/util/RegexUtil.html#isRegex- java.lang.String- "> < code > RegexUtil.isRegex(String, int)</ code > </ a > method.
178+ < a href ="https://checkerframework.org/api/org/checkerframework/checker/regex/util/RegexUtil.html#isRegex( java.lang.String) "> < code > RegexUtil.isRegex(String, int)</ code > </ a > method.
179179 If the string is not a valid regular
180180 expression, it should < b > print an error message and halt</ b > .
181181 If it < em > is</ em > a valid regular expression, perform as before.
You can’t perform that action at this time.
0 commit comments