Im trying to do a code coloring program where certain keywords are replaced with colorized text. Until now im able to succeed at replacing certain keywords but im not able to replace the words between the quotes. for example i would like to replace.
var message='"im some text"';
with
var message='<span style="color:yellow">im some text</span>';
Any help would be appreciated..:-D