This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git.
from 1621a23 Make org.apache.commons.lang3.CharSequenceUtils.toCharArray(CharSequence) public. new d68a7a4 Add org.apache.commons.lang3.StringUtils.substringAfter(String, int). new 75fa90e Use final. new 062bc6f Add Add org.apache.commons.lang3.StringUtils.substringAfterLast(String, int). The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: src/changes/changes.xml | 2 + .../apache/commons/lang3/CharSequenceUtils.java | 8 +-- .../java/org/apache/commons/lang3/StringUtils.java | 73 ++++++++++++++++++++++ .../commons/lang3/CharSequenceUtilsTest.java | 20 +++--- .../commons/lang3/StringUtilsSubstringTest.java | 31 +++++++++ .../commons/lang3/time/FastDateParserTest.java | 2 +- 6 files changed, 121 insertions(+), 15 deletions(-)