Trim
trim
Removes all occurrences of white space characters from the beginning and end of a string input.Syntaxtrim(inputString)ArgumentsinputString: is a string expression.Return typestringExampleprint(trim(" CatGlobe “));//CatGlobeAvailabilityVersion 5.2