stringTrim
Remove white space from the start and end of the string.
g.stringTrim('  hello  ');
Parameters
s: The input string.
Remove white space from the start and end of the string.
g.stringTrim('  hello  ');
s: The input string.