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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T13:45:54+00:00 2026-06-01T13:45:54+00:00

I have the following formatted sample string: == header == information about things ==headeragain==

  • 0

I have the following formatted sample string:

== header == information about things ==headeragain== info can have characters like.*?{=

etc on just one line.

I want to parse this in to a hash such that the keys are the “==.+?==” and the values are the info after the keys. I’ve tried a couple of regular expressions to globally match these pairs:

%hash = $string =~ /(==.+?==)(.+)/g

and

%hash = $string =~ /(==.+?==)(.+?)/g

Will match the first key and then everything else as its value, and match just the keys respectively.

%hash = $string =~ /(==.+?==)(.+(?===.+?==))/g

is supposed to look ahead for the next key, but not “eat it up” as I understand it. However, it will only match the first pair and go no further.

I think this problem has come from a misunderstanding of how the global modifier acts. Do I need to tweak something in one of my expressions? Or do I need to be doing something completely different?

  • 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-01T13:45:56+00:00Added an answer on June 1, 2026 at 1:45 pm

    Even though you’re using non-greedy modifier, there’s no limitation for 2nd subgroup in you 2nd example.

    Add positive look-ahead: (?=$|==) after value. Here (?= is a declaration of look-ahead block and $ or == is a substring, you’re searching for.

    I.e. the solution is: /(==.+?==)(.+?)(?=$|==)/g

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

Sidebar

Related Questions

I have a string that is formatted like the following: ... {{word1}} {{word2}} ....
I have the following code in C#: DateTime dt = GetDateTime(); string formatted =
I have the following sql query that returns the DateTime-formatted information in Month format
I have some data formated like the following 2009.07.02 02:20:14 40.3727 28.2330 6.4 2.6
This is driving me crazy. I have the following string in a ASP.NET 2.0
I have a simple report sending framework that basically does the following things: It
I have the following problem: I would like to visualize a discrete and a
I have the following SQL statement sample: SELECT DISTINCT [CommentNdx] ,[CommentsText] ,[DateTimeAdded] FROM [dbo].[CommentTable]
I have the following data: ---- ORIGINAL TIME 2011-09-04 12:04:36 FORMATTED TIME 2011-09-04T12:04:36-0700 RELATIVE
I have the following tire sizes in my database, all formatted in different ways.

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.