]> 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)
commit5d3d50b9d171c4c87c48d5b3f7e4e99e5d7a40a8
tree6f32d9f41b4284feba5f1da0b9c5f2b516bfc7f5
parent4b01accdb380691045b22e0ef2947afdea1e0dfc
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