Pattern p=Pattern.compile("( see the example pattern )"); Matcher matcher=p.matcher(text); String result=matcher.replaceAll("");
т.е.
"\\d{4}\\-\\d{2}\\-\\d{2}T\\d{1,2}:\\d{2}:\\d{2}\\+\\d{4}"