NAnt
![]() ![]() ![]() |
v0.85 |
[This is preliminary documentation and subject to change.]
Returns the length of the specified string.
string::get-length(s)
Name | Type | Description |
---|---|---|
s | string | input string |
string::get-length('foo') ==> 3
string::get-length('') ==> 0