2个回答
推荐于2016-05-02
展开全部
替换示例,如下
String regex = "\\$\\{[^\\}]+\\}";
String src = "this is a ${name}, that is another ${sex}..";
System.out.println(src.replaceAll(regex, ""));
具体问题具体解决,一块探讨
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
替换示例,如下
String regex = "\\$\\{[^\\}]+\\}";
String src = "this is a ${name}, that is another ${sex}..";
System.out.println(src.replaceAll(regex, ""));
具体问题具体解决,一块探讨
类别
我们会通过消息、邮箱等方式尽快将举报结果通知您。
说明
0/200