Apache Commons Text 1.9 发布了,Commons Text 是一个专注于处理字符串的算法库,它包含一组用于在 Java 环境中使用的处理文本的函数与可重用组件。
此版本需要 Java 8 环境,新增加了一系列函数,包括:StringMatcher.size()、org.apache.commons.text.StringSubstitutor.StringSubstitutor(StringSubstitutor)、org.apache.commons.text.TextStringBuilder.drainChar(int) 与 org.apache.commons.text.TextStringBuilder.set(String) 等,重构了 TextStringBuilder.readFrom(Readable);修复了一系列 bug,并升级了多项组件。
详情查看:
https://commons.apache.org/proper/commons-text/changes-report.html
下载地址:
https://commons.apache.org/proper/commons-text/download_text.cgi
转自 https://www.oschina.net/news/117449/apache-commons-text-1-9-released