February 2013
Intermediate to advanced
538 pages
20h 55m
English
trim
string trim(stringstring[, stringcharacters])
Returns string with every whitespace
character in characters stripped from the
beginning and end of the string. You can specify a range of characters
to strip using .. within the
string. For example, "a..z" would
strip each lowercase alphabetical character. If
characters is not supplied, \n, \r,
\t, \x0B, \0,
and spaces are stripped.
Read now
Unlock full access