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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T05:06:43+00:00 2026-05-12T05:06:43+00:00

I have a text file like so {word} definition {another word} another definition {word}

  • 0

I have a text file like so

{word} definition
{another word} another definition {word} they don't have to be on different lines

The regex I was using was

    $regex = '/\{([a-z]+?)\}(.+?)\{/i';

This however, causes problems in that it swallows the last brace {, and then it won’t match the next { in the next word.

To demonstrate, I did this for debugging purposes

echo preg_replace($regex, '<b style="background-color: red;">$1</b><b style="background-color: yellow;">$2</b>', $content);

Here is an example of my output (notice the opening brace in the next word isn’t there, therefore it is not matched in the regex)

<b style="background-color: red;">shrub</b><b style="background-color: yellow;"> Multi stemmed woody plant</b>Abaxial}    side or face away from the axis

How can I amend my regex to get this to work? Thank you

EDIT

Many thanks for your answers. I’ve changed my regex like so

$regex = '/\{([a-z\-\s]+?)\}([^\{]+)/i';

I’ll also look into the lookahead articles.

  • 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-12T05:06:43+00:00Added an answer on May 12, 2026 at 5:06 am

    For this specific case, you could do:

    $regex = '/\{([a-z]+?)\}([^\{]+)/i';
    

    [^\{] means “match any character that is not a left brace”. This also has the advantage of not requiring a { at the end of your input.

    More generally, you can also use lookahead assertions as others have mentioned.

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

Sidebar

Related Questions

I have a text file like this: A B C And each element has
if I have a text file like this : this is line one This
I' ve got a problem with Haskell. I have text file looking like this:
I have a text file looks like this : 100 50 20 90 4.07498
I have a text file that looks like this. A 102 B 456 C
I have a CSV file, formatted like this: 0001 @ word @ some information
I have a text file that looks like this: [22/Nov/2011 12:57:58] GET /media/js/jquery-1.4.3.min.js HTTP/1.1
I have a huge text file, each line seems like this: Some sort of
I have text file with a row like this: SendersTimeSeriesIdentification: COMPANY_A/COMPANY_B/REF_7/20090505 I'd like to
I am working with a matlab project. And I have a text file like

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.