Returns the given string trimmed of trailing whitespace.
The string s with any trailing white space characters removed.
string::trim-end(' test ') ==> ' test'
string::trim-end('\t\tfoo \r\n') ==> '\t\tfoo'
StringFunctions Class | NAnt.Core.Functions Namespace