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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T14:42:08+00:00 2026-06-15T14:42:08+00:00

i am getting started with regex in java and am trying to extract the

  • 0

i am getting started with regex in java and am trying to extract the number 99999 from a String which looks like:

<result name="response" numFound="99999" start="0">

Can you suggest me what can be the most efficient regex to achieve that? 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-06-15T14:42:09+00:00Added an answer on June 15, 2026 at 2:42 pm

    If this is a one-off case, you can use the Pattern and Matcher classes from java.util.regex package as follows and extract the value:

    Pattern pattern = Pattern.compile("numFound=\"([0-9]+)\"");
    Matcher matcher = pattern.matcher("<result name=\"response\" numFound=\"99999\" start=\"0\">");
    
    if (matcher.find())
    {
        System.out.println(matcher.group(1));
    }
    

    Otherwise, it is strongly recommended to use a proper HTML Parser like Jericho to parse the HTML and read the attributes accordingly.

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

Sidebar

Related Questions

Just getting started with db2. Quick question about giving it SQL commands from a
I'm getting started with RegEx and I was wondering if anyone could help me
Getting started with python. I am trying to implement positional index using nested dictionary.
just getting started with Rails, I would like to consume a webservice (using ActiveResource)
Just getting started with Linq to SQL so forgive the newbie question. I'm trying
I am just getting started with regex in JavaScript (and in general) and I
I am just getting started using NAnt. I was working from a tutorial, and
I am trying to run the getting started example: #include <boost/lambda/lambda.hpp> #include <iostream> #include
Just getting started with OpenFrameworks and I'm trying to do something that should be
I'm getting an error when trying to redirect. It only started after I installed

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.