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