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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T14:27:36+00:00 2026-05-20T14:27:36+00:00

I have the following string http://example.com/variable/controller/id32434242423423234?param1=321&param2=4324342 How in best way to extract id value,

  • 0

I have the following string

http://example.com/variable/controller/id32434242423423234?param1=321&param2=4324342

How in best way to extract id value, in this case – 32434242423423234

Regardz,
Mladjo

  • 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-20T14:27:37+00:00Added an answer on May 20, 2026 at 2:27 pm

    You could just use a regular expression, e.g.:

    import re
    
    s = "http://example.com/variable/controller/id32434242423423234?param1=321&param2=4324342"
    
    m = re.search(r'controller/id(\d+)\?',s)
    if m:    
        print "Found the id:", m.group(1)
    

    If you need the value as an number rather than a string, you can use int(m.group(1)). There are plenty of other ways of doing this that might be more appropriate, depending on the larger goal of your code, but without more context it’s hard to say.

    • 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 html_string = http://www.google.com/search?sourceid=chrome&ie=UTF-8&q=pharma; string html; html = new WebClient().DownloadString(html_string);
I have a URL string in the following format. http://myserver.com/_layouts/feed.aspx?xsl=4&web=%2F&page=dda3fd10-c776-4d69-8c55-2f1c74b343e2&wp=476f174a-82df-4611-a3df-e13255d97533 I want to replace
I have the following string for example: Welcome to my <a href=http://example.com>site</a>. Feel free
For example, I have the following string: var string = 'watch this video http://vimeo.com/8122132
I have the following links: <a href=http://example.com/src/abc.png><img src=http://example.com/res/bca.png></a> <a href=http://example.com/src/hvc.gif><img src=http://example.com/res/ncq.jpg></a> Using PHP, I
I have the following string for example: abcbacbacbafbafgdsfgafahttp://www.youtube.com/watch?v=0eLoApO7wrsgsg How can I extract the youtube
I have the following Xml structure: <sitemapindex xmlns=http://www.sitemaps.org/schemas/sitemap/0.9> <sitemap> <loc>http://www.example.com/</loc> <lastmod>2011-11-27T08:34:46+00:00</lastmod> </sitemap> <sitemap> <loc>http://www.example.com/123</loc>
I have a url like the following: http://www.example.com/cat/دسته/page/2/ As you can see there is
I have following string: Test, User < test@test.com >, Another, Test < another@test.com >,
I have the following string: cn=abcd,cn=groups,dc=domain,dc=com Can a regular expression be used here to

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.