Files
uce/doc/pages/trim.txt
T
2022-01-09 00:20:35 +00:00

13 lines
252 B
Plaintext

: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.
:see
>string