| Overview | Index | GodLikeMouse JavaScript Framework |
| FRAMES | NO FRAMES |
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 | Index | GodLikeMouse JavaScript Framework |
| FRAMES | NO FRAMES |