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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T00:59:11+00:00 2026-06-15T00:59:11+00:00

Essentially, I need a means of searching a large string of text for multiple

  • 0

Essentially, I need a means of searching a large string of text for multiple occurrences of two separate BBCode-like tags and get the data between them. For example:

$string = "Referenced section of text[ref]Reference text[/ref]";
$getStringBetween = gsb($string, "[ref]", "[/ref]";
echo $getStringBetween; //Would output "Reference Text"

I used preg_match_all to search for the string, which worked at first, but I found it to be relatively unreliable. The times it worked, it was nice, but shortly thereafter it would break and output everything between the first reference tag and the last on one array key.

Another large problem is that the [ref][/ref] tags needed to be on their own lines to work.

Moral of my story, I need some means to look for two particular text strings and get the data between them using PHP.

  • 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-15T00:59:13+00:00Added an answer on June 15, 2026 at 12:59 am

    Did you try “minimal” with preg_match_all? Preg matching is usually greedy (will grab as much as it can that meets the criteria) but you can change to minimal. Use .+? or .*? as the match.

    Use m for multi-line if you want to match across mulitple lines – not sure it’s required base on the question, but it might be what you need.

    The following should do it for you:

    preg_match_all('#\[ref\](.*?)\[/ref\]#m', $string, $aMatches);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

So I essentially need to do this: String text = line1\n; text += line2\n;
Essentially, I need to parse the response string of the CHAT CREATE command with
I've got a bit of a problem. Essentially, I need to store a large
I need to parse a simple statement (essentially a chain of function calls on
Essentially, I have a binary voting system Like/Dislike. Thee class is called Like It
Essentially I'd like to know just how compatible are the iPhone and the iPod
Essentially, I have two 4 byte IP addresses: u_int32_t daddr; // in the packet
I need to figure out how to get an element on an enum in
I have a generic class that essentially extends a linq class. This means that
I have a need to mod-rewrite my domain based off of subdomains...there are two

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.