mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-27 01:42:17 +07:00
GitOrigin-RevId: b7b1c6992b1afa545b96d79bf75ed8a4ea5f3469
5 lines
119 B
Java
5 lines
119 B
Java
import java.util.regex.Pattern;
|
|
|
|
public class InInjection {
|
|
static final Pattern p = Pattern.compile("\\d+<caret>")
|
|
} |