Skip to content

Tags: TeamworkGuy2/JTextUtil

Tags

v0.13.4

Toggle v0.13.4's commit message
(1 commit) 0.13.4 - Improve unit test coverage.

v0.13.3

Toggle v0.13.3's commit message
(1 commit) 0.13.3 - Fix a mistaken test data property changein the pr…

…evious commit. Add some performance test.

v0.13.2

Toggle v0.13.2's commit message
(1 commit) 0.13.2 - Add 'StringSplit.split(String, char, int)', addit…

…ional unit tests (close to 90% coverage!), and fixed a StringCommonality bug.

v0.13.1

Toggle v0.13.1's commit message
(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()'.

v0.13.0

Toggle v0.13.0's commit message
(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.

v0.12.0

Toggle v0.12.0's commit message
(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.

v0.11.5

Toggle v0.11.5's commit message
Added 'StringCompare.containsAll()' and some method overloads/signatu…

…re changes to take Iterable instead of List or Collection and some StringCompare fixes.

v0.11.4

Toggle v0.11.4's commit message
Fixed incorrect Java 9 dependency definition in '.classpath', cleaned…

… up some test warnings.

v0.11.3

Toggle v0.11.3's commit message
Updated to Java 9, JUnit 5. Changed StringCompare and StringIndex Str…

…ingBuilder parameters to CharSequence.

v0.11.2

Toggle v0.11.2's commit message
Added StringCompare.compareIgnoreCase(String, String) overload