Custom Command
FunctionsText Functions

$charCount[text]

this functions returns the number of characters in the provided text

Usage:

$charCount[text]

!!exec $charCount[hello]

5

Function difficulty: Easy

Tags: Count Case

On this page