Skip to content

Commit 1b6c67a

Browse files
committed
Java engine info update
1 parent 291cea7 commit 1b6c67a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/engines/java.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const java: RegexEngine = {
55
enabled: true,
66
help_label: "JavaDoc",
77
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",
99
handle: "java",
1010
level: "golden",
1111
links: {},
@@ -42,6 +42,12 @@ export const java: RegexEngine = {
4242
value: 64,
4343
description: " Enables Unicode-aware case folding.",
4444
},
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+
},
4551
{ code: "UNIX_LINES", value: 1, description: "Enables Unix lines mode." },
4652
],
4753
short_name: "Java",

0 commit comments

Comments
 (0)