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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T07:27:09+00:00 2026-05-16T07:27:09+00:00

I could not think of a proper title. I have some data like –

  • 0

I could not think of a proper title. I have some data like –

$data = <<<EOD
<strong>
HHHHH
<strong>
TTTTT
<strong>
RRRRRRR
<strong>
EOD;

Basically above one is just an example. In real, the data is like –

<strong>Some Title</strong>
DATA
<strong>Some other Title</strong>
OTHER DATA

Sample: http://pastebin.com/cxzZWDZ8

Now I apply the following RegEx.

preg_match_all("%<strong>(.*?)<strong>%s", $data, $all);

This matches, HHHHH and RRRRRRR but I want to match TTTTT. How can I do this?

  • 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-16T07:27:10+00:00Added an answer on May 16, 2026 at 7:27 am

    You could use a lookahead assertion to ensure the <strong> is there, but isn’t part of the match (so it can be part of the next match):

    </strong>(.*?)(?=<strong>)
    

    However, if what you’ve got is HTML, you should use an HTML parser to read it and not regex which is infamously poor at parsing HTML/XML markup. With DOMDocument::loadHTML(), getElementsByName and so on you’ll have a much more reliable way of scraping page data.

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

Sidebar

Related Questions

If not, I think lower(string) could be used to have a case insensitive comparison,
how could I send an application (think WM_ messages?) which is not my application
Is it considered proper to have code like this: #include <FILEHERE> using namespace std;
I've just started using smarty but i have some problems to find a proper
We have a program that displays map data (think Google Maps, but with much
I researched for this quite a long time, but could not find proper answer.
it looks very basic thing but i could not figure it out. var email
Could not load file or assembly 'EntityFramework, Version=4.3.1.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its
I could not integrate the Test Flight sdk in my ios App for crash
I could not figure out how to get the white fill for this ggplot2

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.