Apache Commons Text 1.9 发布,处理字符串的算法库
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...