0
Q:

regex replace /

// replaces all / in a String with _
str = str.replace(/\//g,'_');
0

New to Communities?

Join the community