added string functions

This commit is contained in:
2021-03-28 13:42:53 +02:00
parent 337fb2f80d
commit 89dd5c6f07
6 changed files with 45 additions and 8 deletions

View File

@@ -186,4 +186,9 @@
(print (get-env "HOME"))
(print (string-rtrim "abc "))
(print (string-ltrim " abc"))
(print (string-trim " abc "))
(print "Test ends")