File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export const java: RegexEngine = {
5
5
enabled : true ,
6
6
help_label : "JavaDoc" ,
7
7
help_url :
8
- "https://docs.oracle.com/javase/6 /docs/api/java/ util/regex/Pattern.html#sum " ,
8
+ "https://docs.oracle.com/en/java/ javase/23 /docs/api/java.base/java/ util/regex/Pattern.html" ,
9
9
handle : "java" ,
10
10
level : "golden" ,
11
11
links : { } ,
@@ -42,6 +42,12 @@ export const java: RegexEngine = {
42
42
value : 64 ,
43
43
description : " Enables Unicode-aware case folding." ,
44
44
} ,
45
+ {
46
+ code : "UNICODE_CHARACTER_CLASS" ,
47
+ value : 256 ,
48
+ description :
49
+ "Enables the Unicode version of Predefined character classes and POSIX character classes." ,
50
+ } ,
45
51
{ code : "UNIX_LINES" , value : 1 , description : "Enables Unix lines mode." } ,
46
52
] ,
47
53
short_name : "Java" ,
You can’t perform that action at this time.
0 commit comments