returns the number of character of a word


## Description

It takes 1 arguments.

`strCharCount(word)`

- `word` - word to returns the number of characters of

## Usage

- `strCharCount('a word')` - returns 6

