[This is preliminary documentation and subject to change.]
Returns the given string trimmed of whitespace.
The string s with any leading or trailing white space characters removed.
Missing <remarks> documentation for M:NAnt.Core.Functions.StringFunctions.Trim(System.String)
string::trim(' test ') ==> 'test'
string::trim('\t\tfoo \r\n') ==> 'foo'
StringFunctions Class | NAnt.Core.Functions Namespace