STRIP(string) returns the same result as :
TRIMN(LEFT(string))
TRIM(LEFT(string))
TRIMN(RIGHT(string))
TRIM(RIGHT(string))