Trim

Top  Previous  Next

Function

Parameters

Return value

Trim

string s

string

 

Removes all occurrences of white space characters from the beginning and end of the "s" string.

 

Example:

 

Trim("  ABC  ") = "ABC"