Skip to content

ToUpperCase

ToUpperCase(string)

converts string into a string of corresponding uppercase character codes.

Examples

>> ToUpperCase("This is a Test")
THIS IS A TEST

Implementation status

  • ✅ - full supported

Github