find_short_words
Searches text for words shorter than a given length. Specify maximum word length to extract small words from any input.
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 |