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
this functions returns the number of characters in the provided text
$charCount[text]!!exec $charCount[hello]
5
Function difficulty: Easy
Tags: Count Case