summaryrefslogtreecommitdiff
path: root/base/src/main/java/bjc/utils/ioutils/LevelSplitter.java
AgeCommit message (Collapse)Author
2018-10-28Import organizationbculkin2442
2018-10-18Fix levelSplitterRX, and add tests to ensure that it stays fixedbculkin2442
It would also be fairly easy to convert this to a general splitRX, or add support for additional expressions. This might be a better interface than the one in ConfigurableTokenSplitter. (It'd almost certainly be easier to debug/introspect than the bodged together regex that CTS uses,)
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.