summaryrefslogtreecommitdiff
path: root/base/src/main/java/bjc/utils/ioutils/LevelSplitter.java
AgeCommit message (Collapse)Author
2018-10-18Maybe fix levelSplitRXBenjamin J. Culkin
2018-10-14Move testsbculkin2442
2018-10-13Pull out levelSplit/levelContainsbculkin2442
levelSplit/levelContains from the StringUtils class are now instead in the new LevelSplitter class in ioutils. This is so that new features of varying sorts can be added to those functions without cluttering up StringUtils.