摘要: Java正则表达式 分数 : ^[1-9]([0-9]?)+/[1-9]([0-9]?)+$ 数字:^(-?\\d+)(\\.\\d+)?$ js 分数:/^[\-\+]?(([1-9]\d*\/[1-9]\d*))$/ 阅读全文
posted @ 2018-09-29 11:04 爱豆 阅读(148) 评论(0) 推荐(0)
摘要: public static void main(String[] args){ System.out.println(BCustomerSaleRuleService.chkDateFormat("2018/2-28")); } public static boolean chkDateFormat 阅读全文
posted @ 2018-09-29 10:54 爱豆 阅读(363) 评论(0) 推荐(0)