The trim function returns a string formed by removing all leading and trailing spaces from the parameter passed to it.
The trim function's only parameter is an expression of string type or char type.
trim(' hello!! ') returns 'hello!!'
Operating Systems: All
Standard Pascal: No