5b913266e9
Merge pull request 'issue-2: added some more string functions' (#6) from feature/issue-2 into main
504106b5ef
issue-2: fixed trim function
03f17af97d
issue-2: added some more string functions
issue-2: added some more string functions
issue-2: added some more string functions
Running len on an embedded map is returning 0
Build out strings module
Current progress:
- strs:to-upper, strs:to-lower
- strs:trim
- strs:split
- strs:join
699ff18dab
Merge pull request 'feature/issue-1: built out the core libraries' (#3) from feature/issue-1 into main
e187ff0194
issue-1: removed commented out code
1b4b1a339c
issue-1: added tests for cat
08c645a70f
issue-1: added and, or, and not
1169f82f7b
issue-1: added add, sub, mup, div, and mod
feature/issue-1: built out the core libraries