Process the main data input.
Usage
main_func(data)
data: str
The data string to process.
str
The processed data.
>>> main_func("hello") 'HELLO'