Remove whitespace from the ends of a string
String_Type strtrim (String_Type s)
The strtrim function removes all leading and trailing whitespace
characters from the string s and returns the result. Whitespace is
defined to be any combination of spaces, tabs, and newline characters.
int, strlow, strup, strcompress