You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(1 commit) 0.13.1 - last commit documentation was incorrect, it added…
… 'firstMatchParts(String, char)'. This commit adds 'StringSplit.lastMatchParts(String, char) and a bug fix for 'StringSplit.findNthMatch()'.
(1 commit) 0.13.0 - Added StringSplit.lastMatchParts(String, char) ov…
…erload, additional unit tests, and some StringSplit implementation methods starting with '_' changed from public to private.
(1 commit) 0.12.0 - Added StringCompare.containsCount() and containsI…
…gnoreCaseCount() and overloads, renamed StringSearchOpt.EXACT -> EQUALS, removed final modifiers from classes and static methods, additional unit tests.
Added 'StringCompare.containsAll()' and some method overloads/signatu…
…re changes to take Iterable instead of List or Collection and some StringCompare fixes.