text_utils
Transform and analyze text with operations including case conversion, reversal, word and character counts, and space management. Enter text and choose an operation to get the result.
Instructions
Perform various text operations on the input text.
Available operations:
'uppercase': Convert text to uppercase
'lowercase': Convert text to lowercase
'title': Convert text to title case
'reverse': Reverse the text
'word_count': Count number of words
'char_count': Count number of characters
'remove_spaces': Remove all spaces
'add_spaces': Add spaces between each character
'random_case': Randomize the case of each character
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| operation | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |