我有字符串
"11-04-2015 22:01:13:053" or "32476347656435"
如何检查字符串是否为日期? 使用正则表达式检查字符串是否为数字
String regex = "[0-9]+";
java regex
java ×1
regex ×1