Overview | IndexGodLikeMouse JavaScript Framework
FRAMES | NO FRAMES

GLM.String.rtrim()

GLM.String.rtrim()

Method for removing white space from the end of the string.

Returns:

The right trimmed string.

Example:

var s = new GLM.String(" hello world ");
var b = s.ltrim(); //returns " hello world"



Overview | IndexGodLikeMouse JavaScript Framework
FRAMES | NO FRAMES