$charCount

Gets the amount of characters in the provided 'text'.

Usage

$charCount[text]

Parameters

  • text (Type: String || Flag: Emptiable): The text to return the character count for.

Example

$charCount[$message]

🧙‍♂️ This example would return how many characters were in the author's message.