started docs
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user