TinyMCE:API/tinymce/trim

From Moxiecode Documentation Wiki

Jump to: navigation, search

Contents

Method: trim

Summary

Removes whitespace from the beginning and end of a string.

Syntax

<String> trim(<String> s)

Parameters

s
String to remove whitespace from.

Returns

New string with removed whitespace.

Personal tools