tutorial.eyehunts.com
JavaScript string replace all | Example code
To replace all occurrences of a string in JavaScript use string replaceAll() method defined by the ECMAScript 2021 language specification.
Rohit