Merge branch 'apollointerceptor'
commit
826975ee5d
@ -0,0 +1,3 @@
|
||||
export function replaceAll(str, find, replace) {
|
||||
return str.replace(new RegExp(find, 'g'), replace);
|
||||
}
|
Loading…
Reference in New Issue