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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T21:17:27+00:00 2026-06-12T21:17:27+00:00

I have a url in the format http://localhost:8080/testURL/location/#/old/Ds~1016 , The value 1016 will change

  • 0

I have a url in the formathttp://localhost:8080/testURL/location/#/old/Ds~1016,

The value 1016 will change based on the page selected.. is it possible in javascript to get the number 1016 part from url(based on page selected)???

Ive tried the function

function getParameterByName(name) {
name = name.replace(/[\[]/, "\\\[").replace(/[\]]/, "\\\]");
var regexS = "[\\?&]" + name + "=([^&#]*)";
var regex = new RegExp(regexS);

var results = regex.exec(window.location.search);
if (results == null)
    return "";
else
    return decodeURIComponent(results[1].replace(/\+/g, " "));
}
  • 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-12T21:17:29+00:00Added an answer on June 12, 2026 at 9:17 pm

    You could also try it this way

    window.location.href.split('~').pop(-1)
    

    that should give you "1016"

    Although the following would be better

    window.location.href.split('/').pop(-1).split('~').pop(-1)
    

    to make sure it is the last “/” element you are splitting

    UPDATE

    I always prefer using split() if it is for a single condition because the code is more understandable even though regex give better performance in the longer run. You can check the performance of regex vs split here

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

Sidebar

Related Questions

I have this URL format: http://localhost/find_retailers/index.html?modelCode=ABCD1234 I have an XML file consisting of: <products>
I have a URL in this format http://0.0.0.0:3000/#&ui-state=dialog . I want to check for
I have a URL string in the following format. http://myserver.com/_layouts/feed.aspx?xsl=4&amp;web=%2F&amp;page=dda3fd10-c776-4d69-8c55-2f1c74b343e2&amp;wp=476f174a-82df-4611-a3df-e13255d97533 I want to replace
I have URL like this: http://localhost/PMApp/temp.htm?ProjectID=462 What I need to do is to get
I have a servlet that needs a call like http://localhost:8080?a=1&a=3&a=2&b=5 . The thing is
I have a url like http://localhost:8020/stream.flv On request to my php sctipt I want
If I have a url like: http://localhost:53830/Organisations/1216/View I want to alert the first part
I want to configure Kohana 2.x to have links in this format: http://localhost/mysite/web/admin/support instead
I have a problem with simple form for, I get this error url(http://localhost:3000/konkurrencer/new): Showing
I have a URL which can be any of the following formats: http://example.com https://example.com

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.