Help needed with regular expression

Can anybody tell me what is wrong with the below statement.?
[COLOR=#a52a2a]base64String = base64String.replace(/[^A-Za-z0-9+/=]/, “”);
[/COLOR]When I compile, I am getting below error.
Operator “=” must be followed by an Operand.

Thanks in advace.
chaituse