summaryrefslogtreecommitdiff
path: root/src/main/java/bjc/everge
AgeCommit message (Collapse)Author
2019-06-24Add some commentsbculkin2442
2019-06-24Fix some bugs in escapeSplitbculkin2442
The main bug was that if you started the string with a delimiter, you would only get an empty string as a result. Turns out endsWith("") is usually true :-| Also, added some more tests, and some more early outs to escapeSplit.
2019-06-18Lots of frontend workbculkin2442
2019-06-13Rename packagebculkin2442
Things are now in package bjc.everge, not bjc.replpair