strclean

Purpose

Remove leading, trailing, and repeating whitespace separators.

Syntax

returnedString = strclean(string)

returnedString - type: str
string - type: str

Returns

Remarks

Example

See Also

strtrim, String Functions