正則驗證代碼

        private boolean isTableSql(String tableName) {                 Pattern regex = Pattern.compile("^\\w+$");                 Matcher matcher = regex.matcher(tableName);                 return mat
相關文章
相關標籤/搜索