Description
Returns the number of characters that make up a string. Can also count the number of specific characters in a string.
Signature
CountCharacters('inputstring')
Example
CountCharacters('Formula') Returns 7
CountCharacters('John,Anthony,Aidan', ',') Returns 2
Parameters
Name | Type | Description | Required |
---|---|---|---|
inputstring | xxxx | xxxx | xxxx |