$charCount
$charCount
will count the given characters in a text and return the amount of characters.
Usage
Parameters
Field | Type | Description | Required |
---|---|---|---|
text | string | The text that will be the character count returned of. | true |
find? | string | The characters it will search for. | false |
Example(s)
This will return 77
as there are 77 characters in this text:
This will search for the word matching āeā, and return 2
as the character occurs two times in total: