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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T17:28:27+00:00 2026-05-24T17:28:27+00:00

i need help to extract all the text inside each tag of the following

  • 0

i need help to extract all the text inside each tag of the following html using regex or any other method each on separate line . i am using PHP .

<p><strong>Ingredientes (para 700gr aprox)</strong></p>
<p>Se necesitará papel de aluminio para envolver</p>
<p><strong>Secos</strong></p>
<ul>
<li>2 1/4 taza de harina de gluten</li>
<li>1/2 taza de levadura nutricional</li>
<li>1 taza de pan molido</li>

<li>2 1/2 cdtas de sal</li>
<li>1 cdta de comino</li>
<li>1/2 cdta de pimienta negra molida</li>
</ul>
<p><strong>Líquidos</strong></p>
<ul>
<li>2 1/4 tazas de agua fría</li>
<li>2 cdas de caldo de verduras</li>
<li>2 cdas de aceite de oliva</li>
<li>2 cdas de sillao o salsa de soja</li>

<li>2 cdtas de ajo molido</li>
</ul>
<p><strong>Preparación</strong></p>

if i put all lines of above html in a single line what will be the change in regex/other method ??

thanks in advance

  • 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-24T17:28:27+00:00Added an answer on May 24, 2026 at 5:28 pm

    Try running strip_tags on the string.

    Example:

    $text = "<p>Some <strong>text.</strong></p>";
    $strippedText = strip_tags($text);
    echo($strippedText);
    

    Output:

    Some text.

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

Sidebar

Related Questions

need help on Regex. Say I have the following text: * 1 FETCH (UID
I am trying to write a regex using perl but I need some help.
I need to extract names (including uncommon names) from blocks of text using Perl.
I need to extract text from pdf files using iText. The problem is: some
From the following HTML i need to extract email address only to save it
I need some help with twitter hashtag, I need to extract a certain hashtag
Need help writing a script downloads data from google insight using c# this is
Greetings All; I am a beginner in using regex. What I want to do
I need some help to extract multiple substrings from a string. An example of
I am using an autocomplete Javascript function, and I need to extract the last

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.