ToLowerCase
ToLowerCase(string)converts
stringinto a string of corresponding lowercase character codes.
Examples
>> ToLowerCase("This is a Test")this is a testImplementation status
- ✅ - full supported
ToLowerCase(string)converts
stringinto a string of corresponding lowercase character codes.
>> ToLowerCase("This is a Test")this is a test