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 8320921
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T22:50:06+00:00 2026-06-08T22:50:06+00:00

Trying to get my head around some regex using JS .replace to replace an

  • 0

Trying to get my head around some regex using JS .replace to replace an integer with a string.

For example, the string could be:

var string = 'image[testing][hello][0][welcome]';

I want to replace the ‘0’ with another value. I was originally using this:

string.replace( /\[\d\]/g, '[newvalue]');

But when we start replacing double digits or more (12, 200, 3204, you get what I mean), it stops working properly. Not sure how to get it functioning the way I want it too.

Thanks in advance. Greatly appreciated.

  • 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-06-08T22:50:09+00:00Added an answer on June 8, 2026 at 10:50 pm

    You need to specify multiple digits:

    string.replace( /\[\d+\]/g, '[newvalue]');
    

    JS Fiddle demo

    (Note the demo uses jQuery to iterate through the nodes, but it’s merely a convenience, and has no bearing on the regular expression, it just demonstrates its function.)

    The reason your original didn’t work, I think, was because \d matches only a single digit, whereas the + operator/character specifies the preceding (in this case digit) character one or more times.

    Reference:

    • JavaScript Regular Expressions, at the Mozilla Developer Network.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to get my head around using QuartzCore to render semi-complex text/gradient/image UITableViewCell
I have been trying to get my head around some errors I get when
I'm new to Dojo, and I'm trying to get my head wrapped around some
I'm currently trying to get my head around MUI, and getting some issues with
I can't wrap my head around this for some reason. I'm trying to get
I'm trying to get my head around using CoffeeScript comprehensions as efficiently as possible.
I am trying to get my head around some of my predecessors code who,
I am trying to get my head around applying template programming (and at some
Trying to get my head around using functions as arguments to methods. For a
I'm new to Ruby and trying to get my head around some of its

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.