Build out strings module #2
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Build out the strings package -
strs
. These are to be the builtins for working with strings.strs:eq
- A variant ofeq
which will convert arguments to a string, then perform equality check.strs:ne
- as abovestrs:to-upper
- upcase and downcasestrs:join
,strs:split
- join an array or splits a stringstrs:trim-space
- trims whitespaceCurrent progress: