mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 23:39:57 +07:00
GitOrigin-RevId: 4595d28c6b09fa8ab5e1afe63cc34f95c5a17a86
8 lines
148 B
Java
8 lines
148 B
Java
// "Replace '\s' sequences with spaces" "true-preview"
|
|
class X {
|
|
void test(String str) {
|
|
if (str.matches("\uuu1234<caret>\s+")) {
|
|
|
|
}
|
|
}
|
|
} |