About 129,000 results
Open links in new tab
  1. String.prototype.replace () - JavaScript | MDN

    Jul 10, 2025 · The replace() method of String values returns a new string with one, some, or all matches of a pattern replaced by a replacement. The pattern can be a string or a RegExp, and the …

  2. Python String replace () Method - W3Schools

    Definition and Usage The replace() method replaces a specified phrase with another specified phrase. Note: All occurrences of the specified phrase will be replaced, if nothing else is specified.

  3. JavaScript: String replace () method - TechOnTheNet

    This JavaScript tutorial explains how to use the string method called replace () with syntax and examples. In JavaScript, replace () is a string method that is used to replace occurrences of a …

  4. JavaScript String replace () Method

    In this tutorial, you'll how to use JavaScript String replace () function to replace a substring in a string with a new one.

  5. JavaScript string replace () Method - GeeksforGeeks

    Jun 26, 2024 · JavaScript replace () method is used for manipulating strings. It allows you to search for a specific part of a string, called a substring, and then replace it with another substring.

  6. JavaScript String replace () Method - W3Schools

    replace() is an ECMAScript1 (JavaScript 1997) feature. It is supported in all browsers: Well organized and easy to understand Web building tutorials with lots of examples of how to use HTML, CSS, …

  7. REPLACE Definition & Meaning | Dictionary.com

    REPLACE definition: to assume the former role, position, or function of; substitute for (a person or thing). See examples of replace used in a sentence.

  8. REPLACE | definition in the Cambridge English Dictionary

    They had a dozen cats on set that day, to replace the ones that didn't come up as they tried to get the scene.

  9. An In-Depth Guide to Using the replace () Method - Expertbeacon

    Aug 30, 2024 · According to a recent survey, over 80% of developers use string replacement methods like replace () multiple times per week. With the rise of modern NLP libraries, usage of replace () and …

  10. REPLACE Definition & Meaning - Merriam-Webster

    replace, displace, supplant, supersede mean to put out of a usual or proper place or into the place of another. replace implies a filling of a place once occupied by something lost, destroyed, or no longer …