started docs

This commit is contained in:
udo
2021-12-30 03:07:41 +00:00
parent 4811047480
commit 2c2225c76f
36 changed files with 511 additions and 25 deletions
+10
View File
@@ -0,0 +1,10 @@
:sig
String trim(String raw)
:params
raw : string to be trimmed
return value : string with leading and trailing whitespace characters removed
:desc
Returns a string where leading an trailing whitespace characters have been trimmed off.