About 94,500 results
Open links in new tab
  1. REPLACE Definition & Meaning - Merriam-Webster

    Jun 9, 2026 · 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, …

  2. REPLACE | English meaning - Cambridge Dictionary

    REPLACE definition: 1. to take the place of something, or to put something or someone in the place of something or…. Learn more.

  3. REPLACE | definition in the Cambridge English Dictionary

    REPLACE meaning: 1. to take the place of something, or to put something or someone in the place of something or…. Learn more.

  4. 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.

  5. What Does replace Mean? Definition & Examples | Dictionary.net

    Learn what replace means with clear definitions, pronunciation, synonyms, and real-world examples. Simple explanations to help you use replace correctly.

  6. 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.

  7. JavaScript String replace () Method - W3Schools

    The replace() method does not change the original string. If you replace a value, only the first instance will be replaced. To replace all instances, use a regular expression with the g modifier set. Read …

  8. REPLACE function | Microsoft Support

    In workbooks set to Compatibility Version 2, REPLACE has improved behavior with Surrogate Pairs, counting them as one character instead of two. Variation Selectors (commonly used with emojis) will …

  9. REPLACE Synonyms: 14 Similar and Opposite Words - Merriam-Webster

    3 days ago · Some common synonyms of replace are displace, supersede, and supplant. While all these words mean "to put out of a usual or proper place or into the place of another," replace implies a …

  10. Regex.Replace Method (System.Text.RegularExpressions)

    The replacement parameter specifies the string that replaces each match in input. replacement can consist of any combination of literal text and substitutions. Substitutions are the only regular …