This is a simple one. I want to replace a sub-string with another sub-string on client-side using Javascript.
Original string is \'original READ ONLY\'
\'original READ ONLY\'
stringObject.replace(findstring,newstring)