Apply a style transformation to the text.
Usage
style(text)
text: str
The text to style.
str
The styled text.
>>> style("hello") 'HELLO'