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-07
© 2021 universeorange.com