find_short_words
Identify words in a text that are shorter than a specified length. Set the maximum word length to filter results.
Instructions
Find words shorter than a specified length.
Parameters:
text — Text to search for short words.
max_length — Maximum word length (default: 3).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| max_length | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |