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 022d807 commit 41355e2Copy full SHA for 41355e2
src/java.base/share/classes/java/util/regex/Pattern.java
@@ -396,7 +396,7 @@
396
* <p> Backslashes within string literals in Java source code are interpreted
397
* as required by
398
* <cite>The Java Language Specification</cite>
399
- * as either Unicode escapes (section {@jls 3.3}) or other character escapes (section {@jls 3.10.6})
+ * as either Unicode escapes (section {@jls 3.3}) or other character escapes (section {@jls 3.10.6}).
400
* It is therefore necessary to double backslashes in string
401
* literals that represent regular expressions to protect them from
402
* interpretation by the Java bytecode compiler. The string literal
0 commit comments