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