feilong-platform icon indicating copy to clipboard operation
feilong-platform copied to clipboard

Apache Commons Text 1.6,处理字符串的算法库

Open venusdrogon opened this issue 6 years ago • 0 comments

Apache Commons Text 1.6 发布了,Commons Text 是一组用于在 Java 环境中使用的处理文本的实用、可重用组件。

本次更新添加了很多的新功能,具体如下:

TEXT-144: Add the resource string bundle string lookup to the default set of lookups

TEXT-145: Add StringLookupFactory methods for the URL encoder and decoder string lookups

TEXT-146: org.apache.commons.text.lookup.StringLookupFactory.interpolatorStringLookup() should reuse a singleton instance

TEXT-147: Add a Base64 encoder string lookup.

发布说明 和 下载地址

历史变更列表:http://commons.apache.org/proper/commons-text/changes-report.html

Maven

<groupId>org.apache.commons</groupId> <artifactId>commons-text</artifactId> 1.6

venusdrogon avatar Oct 24 '18 07:10 venusdrogon