summaryrefslogtreecommitdiff
path: root/base/src/main/java/bjc/utils/funcutils/StringUtils.java
AgeCommit message (Collapse)Author
2023-06-25Fix a few warningsBen Culkin
2023-06-23Add terminalBen Culkin
This is some functionality based on the way that MVS/other IBM OSes handle their UI
2021-04-11Tweak a few thingsBen Culkin
2020-11-12Cleanup part 2Ben Culkin
2020-04-13Cleanup passBen Culkin
Cleanup pass to uniformize things
2020-04-07Finish remove utils.dataBen Culkin
utils.data now lives in the esodata project; not in this one
2019-04-11StringUtils tweaksBenjamin J. Culkin
2018-10-28Import organizationbculkin2442
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