jConcat |
concat(A,B,C,...)
A functor that accepts a list of string and simply concatenates them into a single string.
|
jDrop |
$drop[A,B] removes A from B and returns the rest, e.g.
|
jEcho |
echo["string"]
This is intended to be a debugging tool.
|
jReplace |
This replaces all instance of one string with another.
|
jToArray |
A functor to take a string with an embedded delimiter and turn it into an array.
|
jToLowerCase |
Created by Jeff Gaynor
on 3/1/18 at 1:31 PM
|
jToUpperCase |
Created by Jeff Gaynor
on 3/1/18 at 1:35 PM
|