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

  • SEARCH
  • Home
  • 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 8177709
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T23:34:50+00:00 2026-06-06T23:34:50+00:00

I apologize if this is a duplicate, but I’ve searched for 3 hours already

  • 0

I apologize if this is a duplicate, but I’ve searched for 3 hours already and couldn’t find anything that doesn’t deal with only a single pattern.

I use a dimensions parameter in a URL (i.e. …media.php?sid=200×100&mid=… where 200 is width and 100 is height). There are other parameters that may/may not include other numbers (i.e. UUID’s) but are not important to this task but should not affect the pattern match.

What I need to do is match the ‘sid=###x###’ portion only in order to replace it. The ### should support variable length numbers in a range from 1 to say 99999.

I’ve tried a lot of patterns so far and suspect someone will probably know this off the top of their head so I’m not going to list ALL of my attempts, but here’s the basic code I’m using:

var oldSid = new RegExp('sid=[0..99999]x[0..99999]');
var newSid = 'sid=500x500';
var newUrl = oldUrl.replace(oldSid, newSid);

Any help you can offer to fill in the blanks would be 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-06T23:34:51+00:00Added an answer on June 6, 2026 at 11:34 pm

    Use this one:

    var oldSid = new RegExp("sid=\\d{1,5}x\\d{1,5}");
    

    …or (as it’s not a dynamic regular expression) this one:

    var newUrl = oldUrl.replace(/sid=\d{1,5}x\d{1,5}/, newSid);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I apologize if this is a duplicate but I couldn't find any solutions that
I apologize if this is a duplicate but I did not find anything that
I apologize if this is a duplicate post, but I couldn't find the answer
I apologize if this is a duplicate, but I couldn't find any concrete examples
Apologies if this is a duplicate but I couldn't find anything concrete as an
I apologize if this is a duplicate question, I searched a bit and couldn't
I do apologize if this post is a duplicate, but I haven't found anything
I apologize if this is a duplicate, but I can't seem to find this
This question is prob a duplicate (but I can't find it) so I apologize
I apologize if this is a duplicate. I am writing a class that needs

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.