We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e3bef6 commit c84f7c6Copy full SHA for c84f7c6
src/com/sjhy/plugin/Test.java
@@ -4,6 +4,7 @@
4
5
public class Test {
6
public static void main(String[] args) {
7
+ //Test
8
System.out.println("varchar(20)".matches("varchar(\\(\\d+\\))?"));
9
}
10
0 commit comments