标签:简单 正则匹配 match replace acea reg 处理 string 正则
今天,对正则表达式的使用,做一个简单的整理。
1. String中str.matchs(regax);
2. String中str.replaceAll(regax,replace);
3. Pattern
(1) 正则表达式本身
(2) 对正则进行预编译处理
(3) 提高处理效率
4. Matcher
(1) 代表正则匹配的结果
(2) 实现更加复杂的处理,如子组管理
标签:简单 正则匹配 match replace acea reg 处理 string 正则
原文地址:http://www.cnblogs.com/fast-walking/p/6665379.html