mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
GitOrigin-RevId: 4595d28c6b09fa8ab5e1afe63cc34f95c5a17a86
8 lines
140 B
Java
8 lines
140 B
Java
// "Replace '\s' sequences with spaces" "true-preview"
|
|
class X {
|
|
void test(String str) {
|
|
if (str.matches("\uuu1234 +")) {
|
|
|
|
}
|
|
}
|
|
} |