string::trim-start

Returns the given string trimmed of leading whitespace.

Usage

string string::trim-start(s)

Parameters

Name Type Description
s string input string

Return Value

The string s with any leading whites pace characters removed.

Examples

Requirements

Assembly: NAnt.Core (0.90.3780.0)