You need to sign in to do that
Don't have an account?

Carriage return escape syntax
I am trying to escape Carriage return character, but it doesn't work for me.
Please tell me what I am doing wrong here?
==============================================
_tmp_street=qrdr.records[i].BillingStreet;
_street=_tmp_street.replace(/([\'\&\|\!\(\)\{\}\[\]\^~\:\\\+\-])/g, " ");
alert(_street);