# Lowercase

TIP

  • lowercase(<string>)
  • Turns a string to lowercase.

# Parameters

  • <string> The string to turn it to lowercase as string

# Example

1: $text$ = "Hello WORLD"
2: sendMessage($player$, lowercase($text$))

# Output

"hello world"
ON THIS PAGE