NAnt
![]() ![]() ![]() |
v0.91 |
Returns the specified string converted to lowercase.
string string::to-lower(s)
Name | Type | Description |
---|---|---|
s | string | input string |
string::to-lower('testing string') ==> 'testing string'
string::to-lower('Testing String') ==> 'testing string'
string::to-lower('Test 123') ==> 'test 123'