format_text
Change text casing, remove characters, split text, strip HTML, or truncate content with this versatile text formatting tool. Provide format type and input to get formatted output.
Instructions
Change casing, remove characters, split text, remove HTML, or truncate text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format_type | Yes | Select the type of formatting to apply to the text. | text |
| delimiter | No | For use with "Remove Characters", "Replace Characters", and "Split Text by Delimiter" to specify the character to remove or replace, and by "Truncate" to specify the number of characters to truncate to. | |
| input_text | Yes | Enter the text to be formatted, such as 'Hello, World!' or '123 Main St, Anytown'. | |
| output_variable_name | Yes | Provide a variable name to store the formatted text, like 'formatted_text' or 'cleaned_data'. |