summaryrefslogtreecommitdiff
path: root/BJC-Utils2/src/main/java/bjc/utils/funcutils/StringUtils.java
AgeCommit message (Collapse)Author
2017-03-24Update Pratt parser.bjculkin
2017-03-17Fix toEnglishList spacingbjculkin
2017-03-17Refactor StringUtilsbjculkin
Moved a bunch of token-oriented stuff from StringUtils to a new TokenUtils class.
2017-03-16Formattingbjculkin
2017-03-16Add sequence delimitation.bjculkin
Essentially, this allows you to convert flat strings to trees that match the delimiter structure of that flat string.
2017-03-14CleanupEVE
2017-03-13FormattingEVE
2017-03-10StringUtils expandedbculkin2442
2017-03-10String manipulation additionsbculkin2442
More and better ways to manipulate strings
2017-02-09Updatebculkin2442
2016-09-28Formatting passbculkin2442
2016-07-28Format/Cleanup passbculkin2442
2016-05-07General changesbculkin2442
2016-04-22Formatting changesbculkin2442
2016-04-22Formatting changesbculkin2442
2016-04-18Minor code changesbculkin2442
2016-04-17Code maintenace and changesbculkin2442
2016-04-11Added new method to pairs and holdersbculkin2442
2016-04-03General code refactoring and maintenancebculkin2442
2016-03-30Changed some of the token manipulators to not affect solo operatorsbculkin2442
The main change is that they won't handle tokens that consist only of the operator.