Name

String::CutBlanks — Remove blanks at begin and end of input string.

Synopsis

Import String;
string String::CutBlanks ( string  input );

Parameters

string input

string to be stripped

Return Value

string

stripped string

Examples

  CutBlanks("  any  input     ") -> "any  input"