Basically have a large textarea, and I want to be able to do a few things with it;
Detect when the user presses "enter" to go to a new line,
and
When enter is pressed, if the line contains a certain string let's say "hello", a line would be written to the textarea that reads "hello to you."
I cannot, for the life of me, detect a string from within a textarea. I am a huge newb, though.
Much obliged.