java 正则 与 其他略有不同
java中 转义字符为 \ 而不是
例如:
String replaceAll = contents.replaceAll("\@\{([A-Z]{1})\}", "_____");
将 @{A-Z} 替换为 ____