$charCount

Returns the amount of characters in the provided “Text”.

Syntax

$charCount[Text]

Parameters

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

Example

$nomention
Your message has $charCount[$message] characters.
!example Hello World! Your message has 12 characters.

What is this?

How $message works?

🤖 Playground

Here you can understand how this function works.

Input:

$charCount[]

Output:

Your message has 4 characters.