标签: java regex str-replace
Pattern p=Pattern.compile("( see the example pattern )"); Matcher matcher=p.matcher(text); String result=matcher.replaceAll("");
即。
答案 0 :(得分:2)
"\\d{4}\\-\\d{2}\\-\\d{2}T\\d{1,2}:\\d{2}:\\d{2}\\+\\d{4}"