Universeorange.com/Docs/
ready(() => {
let subject = 'bye world!';
console.log(string.replace('bye', 'hello', subject));
});
this function replaces text.
search : string, array
replace : string, array
subject : string
count : variable
Last modified: 2021-06-06
© 2021 universeorange.com