summaryrefslogtreecommitdiff
path: root/base/src/main/java/bjc/utils/funcutils/StringUtils.java
AgeCommit message (Collapse)Author
2018-10-25General work on commandsbculkin2442
2018-10-13General cleanup and documentation.bculkin2442
Cleanup files, and add missing comments in places.
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.
2018-09-06Minor changesBenjamin J. Culkin
2018-08-08Minor changesBenjamin J. Culkin
2018-07-20Add functionality to StringUtilsBenjamin J. Culkin
levelSplit/levelContains now respects both single and double quoted strings Added levelSplitRX that does level splitting based on a regex
2018-07-17Add level splitting/containsBenjamin J. Culkin
This allows splitting/contain checking of strings, respecting grouping delimiters. Ex: The string "a|b|(a|b)" would be split into "a", "b", "(a|b)" instead of "a", "b", "(a", "b)"
2018-03-01Updatebjculkin
2018-03-01Finish most of CL formatting.bjculkin
There are a couple of unimplemented directives, but the only ones I'd consider anywhere near crucial would be the floating-point ones, which I'm not sure what I should do with them.
2018-02-12Commentingbjculkin
2018-02-12Formatting passbjculkin
2017-10-11Cleanup moreBenjamin J. Culkin
2017-10-08Start splitting into maven modulesBenjamin J. Culkin