皇上,还记得我吗?我就是1999年那个Linux伊甸园啊-----24小时滚动更新开源资讯,全年无休!

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

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>
  <version>1.6</version>

转自 https://www.oschina.net/news/101024/apache-commons-text-1-6-released