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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T17:44:29+00:00 2026-05-23T17:44:29+00:00

I want to strip the following out of a string: http:// https:// www. www2.

  • 0

I want to strip the following out of a string:

  • http://
  • https://
  • www.
  • www2.
  • /

An example string would be ‘http://www.google.com’, and I need to strip both ‘http://’ and ‘www..’

I am trying to do this via Javascript’s replace() using regex:

string.replace(/http:\/\/|www\.|www2\.|\//i,"");

The problem I’m encountering is that it will only strip one match from the regex. For example, in the above string only ‘http://’ would be removed.

Have I got the regex wrong or is replace only able to match once? I tested my expression on an online, non-JS regex builder and it worked fine.

Any help would be appreciated! Thanks!

  • 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-23T17:44:30+00:00Added an answer on May 23, 2026 at 5:44 pm
    //Add the /g tag at the end for "global"
    string.replace(/http:(s?)|www(2?)|\//ig,"");
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following string: http://www.google.ie/ .I want to create a string www.google.ie How
I have the string: CN=Help & Technical,CN=Users,DC=dave,DC=com And I want to strip out everything
I want to strip out <p> and </p> from a string (lets say s
Consider the following situation: I want to replace links in a string, specifically I
I want to strip off the last character in a string on a given
imagine this url: http://www.youtube.com/watch?v=6n8PGnc_cV4&feature=rec-LGOUT-real_rn-2r-13-HM what is the cleanest and best regexp to do the
Oops! I figured it out. Had to strip slashes... Hello, I have the following
Basically I want to strip the document of words between blockquotes. I'm a regular
I want to be able to strip off a header from a wav file.
I want to modify an internal webpage to strip away some of the onclick

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.