]> source.dussan.org Git - poi.git/commit
add StringUtil.count, inspired by Apache Commons Lang StringUtils#countMatches and...
authorJaven O'Neal <onealj@apache.org>
Wed, 19 Oct 2016 23:04:16 +0000 (23:04 +0000)
committerJaven O'Neal <onealj@apache.org>
Wed, 19 Oct 2016 23:04:16 +0000 (23:04 +0000)
commitf6346b87a413c9e45fcfa7d059e60bb270ba4584
tree6f32d9f41b4284feba5f1da0b9c5f2b516bfc7f5
parente88722f05275c24acb78a1442cd9c09a83cc6c00
add StringUtil.count, inspired by Apache Commons Lang StringUtils#countMatches and Python's str.count(substr)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765730 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/util/StringUtil.java
src/testcases/org/apache/poi/util/TestStringUtil.java