Apache Commons Validator 组件提供了客户端和服务器端的数据验证框架。
1.4 版本包含如下新特性:
- New generic CodeValidator that validates format, length and Check Digit for a code Issue: VALIDATOR-215.
- New Regular Expression validator using JDK 1.4's Regex Issue: VALIDATOR-214.
- Factor out Check Digit logic into separate implementations Issue: VALIDATOR-213.
同时还修复了很多 bug ,详情请看发行说明。