| Overview | Index | GodLikeMouse JavaScript Framework |
| FRAMES | NO FRAMES |
GLM.String.ltrim()
Method for removing white space from the beginning of the string.
Returns:
The left 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 |