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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T15:48:39+00:00 2026-05-20T15:48:39+00:00

I wanted to try to match the inner part of the string between the

  • 0

I wanted to try to match the inner part of the string between the strong tags where it is guaranteed that the strong inside the strong tags starts with Price Range:. This text should not appear anywhere else in the string, but the <p> and <strong> tags certainly do. How can I match this with groovy?

<p><strong>Price Range: $61,000-$99,500</strong></p>

I tried:

def string = "<p><strong>Price Range: \$61,000-\$181,500</strong></p>strong";

string = string.replace(/Price.*strong/, "Replaced");

Just to see if I could get something to work, but I can’t seem to get anything working that is more than a single word, which of course isn’t particularly useful since I don’t need regex for that.

  • 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-20T15:48:40+00:00Added an answer on May 20, 2026 at 3:48 pm

    Found the problems.

    def string = "<p><strong>Price Range: \$61,000-\$181,500</strong>?</p>strong";
    
    string = string.replaceFirst(~/<strong>Price Range.*<\/strong>/, "Replaced");
    

    This includes the strong tags but it is good enough for my purpose. Needed replaceFirst instead of replace and ~ at the start to indicate a regex.

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

Sidebar

Related Questions

I wanted to try a program distributed in source for *nux on Windows. It's
I wanted to try to allocate a 4 billion bytes array and this is
I have wanted to try GAE since launch, but coming from ASP .NET and
so I wanted to try my first CLR project in Visual C++. So I
I just discovered forge and wanted to try it out at once. I closely
I just started out with Python and wanted to try out tornado. Running the
I've read about Single-Page Applications recently and wanted to try one out. After watching
I am working on some scraping app, i wanted to try to get it
I wanted to install pinax and other dependent packages listed at http://pypi.pinaxproject.com I try
I wanted to make some simple file recovery software, where I want to try

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.