Hello,
I'm working on a program which has a text area. I'd like to be able to hightlight a portion of the text area and edit whatever is highlighted. For example, search out the word "the" and change it to "there".
My first question is how to search for words in a text area?
Second, how can a process like a search be done in just a highlighted area? Is there a function already for that?
Please let me know. Thanks.
I'm working on a program which has a text area. I'd like to be able to hightlight a portion of the text area and edit whatever is highlighted. For example, search out the word "the" and change it to "there".
My first question is how to search for words in a text area?
Second, how can a process like a search be done in just a highlighted area? Is there a function already for that?
Please let me know. Thanks.