Skip to main content

Replace all backslashes with nothing

 var mgr_attr_str_clean = mgr_attr_str.replace(/\\/g, '');

Comments