Text Formatter
Transforms text between different formats and styles including case conversions, slug generation, and structured formatting.
Usage
Provide text and specify the desired output format or transformation.
Examples
- "Convert this text to title case"
- "Generate a URL slug from this headline"
- "Format this data as a markdown table"
Guidelines
- Preserve original meaning when transforming text
- Handle special characters and Unicode properly during conversions
- Use locale-aware transformations for internationalized text
- Maintain consistent formatting rules across bulk operations
- Support reversible transformations when possible