Get Text Count
get_text_countCalculate total characters, characters excluding whitespace, and word count for input text to measure length and composition.
Instructions
Calculate basic text metrics for the input text.
characters: total character count
characters_without_space: character count excluding whitespace
words: word count
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |