TinyMCE:API/tinymce/trim
From Moxiecode Documentation Wiki
< TinyMCE:API | tinymce
Contents |
[edit]
Method: trim
[edit]
Summary
Removes whitespace from the beginning and end of a string.
[edit]
Syntax
<String> trim(<String> s)
[edit]
Parameters
- s
- String to remove whitespace from.
[edit]
Returns
New string with removed whitespace.
