Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6806401
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T19:42:22+00:00 2026-05-26T19:42:22+00:00

Javascript has an overload for string.replace(…) that takes a Regular Expression and a callback

  • 0

Javascript has an overload for string.replace(...) that takes a Regular Expression and a callback function, but I’m having a very difficult time finding ANY documentation on this specific overload!

W3Schools.com doesn’t mention this overload. I’ve also gone through dozens of Google results, but every page talks about string.replace(string, string) or string.replace(RegExp, string). It’s almost embarrassing not being able to find a solid Javascript documentation reference! My Google-fu has let me down.

I am mostly interested in knowing everything about the callback function, such as input parameters and return values. I’m also interested in any possible cross-browser issues.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T19:42:22+00:00Added an answer on May 26, 2026 at 7:42 pm

    MDN, of course:
    https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String/replace

    Btw, it’s specified in the ECMAScript specification, duh.

    If replaceValue is a function, then for each matched substring, call
    the function with the following m + 3 arguments. Argument 1 is the
    substring that matched. If searchValue is a regular expression, the
    next m arguments are all of the captures in the MatchResult (see
    15.10.2.1). Argument m + 2 is the offset within string where the match occurred, and argument m + 3 is string. The result is a String value
    derived from the original input by replacing each matched substring
    with the corresponding return value of the function call, converted to
    a String if need be.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have some third-party Javascript that has statements like this: FOO = function() {
David Flanagan's excellent book on JavaScript has an example that shows how to perform
I have a JavaScript resource that has the possibility of being edited at any
I'm writing a JavaSCript class that has a method that recursively calls itself. Scheduler.prototype.updateTimer
I have a simple JavaScript file that has three jQuery $document.ready functions. All three
Possible Duplicate: Chaining a function in JavaScript? I asked a similar question , but
For a little while now javascript has the map function to loop over arrays.
JavaScript has an event called onBlur that fires when a control loses focus. My
one question I always ask myself is how is it possible that javascript has
Javascript has setInterval and clearInterval functions for handling asynchronous function calls. Is there a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.