Is there a way to catch the text a user types, then do some function on it and then return it to the screen?
input(text) -> function(text) -> output(text)
I want to colourize certain words, so I want the function to find those words and then colorize them..