Skip to content
CAPS50 edited this page May 10, 2019 · 6 revisions

Apache Commons-Text

What is Apache Commons-Text

Apache Commons Text is a library focused on algorithms working on strings. It provides additions to the standard JDK's text handling.

How alive is the project?

commits over time Contributions to master, excluding merge commits

commits over time Commits per week since May 2013


quite alive, last change was Wed, 27 Feb 2019

how important is it?


well known project for dealing with text in java. Very widely used in java.

What is it good for?

Apache Commons Text is a library focused on algorithms working on strings. It provides additions to the standard JDK's text handling. It has, amongst other classes, a replacement for StringBuffer named StrBuilder, a class for substituting variables within a String named StrSubstitutor and a replacement for StringTokenizer named StrTokenizer. Beyond the text utilities ported over from lang, it has also included various string similarity and distance functions. Lastly, there are also utilities for addressing differences between bodies of text for the sake of viewing these differences. 


What are the technologies involved (programming languages, libraries, desktop vs web based, etc.)?

  • java
    • it can be used both server side or in desktop, java runs everywhere
  • libs:
    • org.apache.commons
    • org.junit.jupiter
    • org.junit.platform
    • org.assertj


Is the project in a development phase or maintenance/evolution phase?


maintenance

Are there many issues to fix?

27 as of 1st March.
 (jira)

Clone this wiki locally