Skip to content

ToLowerCase

ToLowerCase(string)

converts string into a string of corresponding lowercase character codes.

Examples

>> ToLowerCase("This is a Test")
this is a test

Implementation status

  • ✅ - full supported

Github