NAnt
![]() ![]() ![]() |
v0.91 |
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'