| NAnt  Help  Function Reference  string::trim-end | v0.92-rc1 | 
[This is preliminary documentation and subject to change.]
Returns the given string trimmed of trailing whitespace.
string string::trim-end(s)
            
    
    | Name | Type | Description | 
|---|---|---|
| s | string | input string | 
string::trim-end('  test  ') ==> '  test'string::trim-end('\t\tfoo  \r\n') ==> '\t\tfoo'