I'm wondering, is there any way to scan a string in javascript.
e.g, I've got a string abcdefdfdfssdfdssdffdq="HELLO"fdndkjdsnkjdnlkdfns I'd like to scan that string and delete the characters between q=" and " and replace it with GOODBYE is this possible?