Product: LABELVIEW, CODESOFT
Version: All Versions
|
trim(<<string>>) Returns the converted string argument. All spaces encountered at the beginning and end of the string are deleted. The number of spaces between the two words is reduced to one.
Example:
trim(" Purchase order ") = Purchase order
|