| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-06-25 | Fix escapeSplit to properly handle chaining escapes | bculkin2442 | |
| escapeSplit will now properly handle arbitrary length escape sequences and do the right thing. | |||
| 2019-06-24 | Fix some bugs in escapeSplit | bculkin2442 | |
| 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-18 | Lots of frontend work | bculkin2442 | |
| 2019-06-18 | Update tests :) | bculkin2442 | |
| 2019-06-13 | Rename package | bculkin2442 | |
| Things are now in package bjc.everge, not bjc.replpair | |||
