summaryrefslogtreecommitdiff
path: root/base/src/main/java/bjc/utils/funcutils
AgeCommit message (Collapse)Author
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-06-03Add some additional utilitiesBenjamin J. Culkin
This adds some list/set utilities, including an implementation of 'plain changes' for generating list permutations that I suspect needs some debugging.
2018-06-02Add list to primitive array methodBenjamin J. Culkin
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
2018-02-12Updatebjculkin
2017-10-11Cleanup moreBenjamin J. Culkin
2017-10-08Start splitting into maven modulesBenjamin J. Culkin