NAnt
![]() ![]() ![]() |
v0.86-beta1 |
[This is preliminary documentation and subject to change.]
Returns the given string trimmed of whitespace.
string string::trim(s)
Name | Type | Description |
---|---|---|
s | string | input string |
string::trim(' test ') ==> 'test'
string::trim('\t\tfoo \r\n') ==> 'foo'