Readme
upcase
A simple tool that converts text to uppercase.
https://replicate.com/pipeline-examples/upcase
Features
- Converts any text string to all uppercase letters
- Fast and straightforward text transformation
- Accepts any valid string as input
How it works
This tool takes a text prompt from the user and returns the same text converted entirely to uppercase. It uses Python’s built-in string .upper()
method to handle the conversion. Just provide your text, and the function will return the uppercase version.