How to replace certain text/string in selected area using javascript
Posted
by B. Kumar
on Stack Overflow
See other posts from Stack Overflow
or by B. Kumar
Published on 2010-06-02T09:19:29Z
Indexed on
2010/06/02
9:23 UTC
Read the original article
Hit count: 213
JavaScript
I have written a text editor using JavaScript.
Here I am not storing the written text in any variable, Now I want to replace some text/string of some selected text with other text/string.
Can anyone suggest me, how to do it using JavaScript.
Thanks
© Stack Overflow or respective owner