Category: string
-
JavaScript: String.replace()
The string replace method searches a string for a specified value and replaces it with a provided data. A new replace string will be returned.
Team of Technologists.
The string replace method searches a string for a specified value and replaces it with a provided data. A new replace string will be returned.