JavaScript replaceAll Function
The JavaScript replace() function does not replace all instances of the query string - only the
first one encountered. This function replaces all instances of the unwanted string.
[Read More]