Counts the number of characters in a variable or text string. Use boolean parameter "true" to include whitespaces into the total count.
Arguments
Arguments | Description |
---|---|
1 | A boolean to indicate whether spaces should be included in the count. This defaults to false. |