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

  • Home
  • SEARCH
  • 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 6679641
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T04:22:57+00:00 2026-05-26T04:22:57+00:00

There is such pattern: (parse file_name (txt or ini)) or/and (if (string)(== or !=)(string)/*

  • 0

There is such pattern:

(parse file_name (txt or ini)) or/and (if (string)(== or !=)(string)/* must be at least one */ (and)/*cannot be at the end without expression on right*/)

Explanation: there are two commands – ‘parse’ and ‘if’. There are three cases of mixing these commands:

  • ‘parse’ + ‘if’
  • ‘parse’
  • ‘if’

If ‘parse’ is used then ‘file_name’ must be supplied and ‘txt’ or ‘ini’ can be supplied but doesn’t have to.

If ‘if’ is used then there must be at least one operation ‘string'(‘==’ or ‘!=’)’string’. There can be used more than one operation which are separated by ‘and’, however ‘and’ cannot be used at the end of operations list for example ‘if a==c and b==d and’ – incorrect.

I tried to write following regular expressions, but it doesn’t work:

std::string text = "parse file txt if hello==name and a!=age and owner==me";
boost::regex expr(".*(parse) *(\\w*) *(txt|ini)* *(if) *( *([a-z\"]+)(==|!=)([a-z\"]+) *(and)*)* *");
boost::smatch what;
std::cout << text << std::endl;
if (boost::regex_search(text, what, expr))
    for (int j = 0; j < what.size(); ++j)
    {
        std::cout << what[j] << std::endl;
    }

Output:

parse file txt if hello==name and a!=age and owner==me
parse file txt if hello==name and a!=age and 
parse
file
txt
if
 owner==me
owner
==
me
and

What is the correct regular expression for such case?

  • 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-26T04:22:57+00:00Added an answer on May 26, 2026 at 4:22 am

    You should consider using an actual parser instead of regular expressions. Regular expressions are a powerful tool, but what you’re trying to do is not really what they’re meant for. Either write one yourself (shouldn’t be that hard for the problem at hand), or go looking for a parsing library or parser generator.

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

Sidebar

Related Questions

Is there such a thing as having the most prefered design pattern for building
Is there ever such a pattern of dependancies that it is impossible to keep
Is there such a thing as an x86 assembler that I can call through
Is there such a thing as unit test generation? If so... ...does it work
Is there such a thing as too many stored procedures? I know there is
Is there such a thing? I'm talking about something like a C++ new command
Is there such a thing as a Memory profiler for Iphones apps? I'd like
Is there such a thing? It is the first time I encountered a practical
Is there such a thing? Maybe there should be, I don't think Microsoft built
Is there such a thing as an on load complete for images in iphone?

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.