beautified error handling
parent
645c234216
commit
7ad1bb01e9
@ -0,0 +1,3 @@
|
||||
export function replaceAll(str, find, replace) {
|
||||
return str.replace(new RegExp(find, 'g'), replace);
|
||||
}
|
Loading…
Reference in New Issue