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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T03:45:36+00:00 2026-06-18T03:45:36+00:00

I want to search for string that occurs between a certain string. For example,

  • 0

I want to search for string that occurs between a certain string. For example,

\start

\problem{number}
\subproblem{number}

/* strings that I want to get */

\subproblem{number}

/* strings that I want to get */

\problem{number}
\subproblem{number}
       ...
       ...
\end

More specifically, I want to get problem number and subproblem number and strings between which is answer.

I somewhat came up with expression like

'(\\problem{(.*?)}\n)? \\subproblem{(.*?)} (.*?) (\\problem|\\subproblem|\\end)'

but it seems like it doesn’t work as I expect. What is wrong with this expression?

  • 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-18T03:45:39+00:00Added an answer on June 18, 2026 at 3:45 am

    This one:

    (?:\\problem\{(.*?)\}\n)?\\subproblem\{(.*?)\}\n+(.*?)\n+(?=\\problem|\\subproblem|\\end)
    

    returns three matches for me:

    Match 1:

    group 1: "number"
    group 2: "number"
    group 3: "/* strings that I want to get */"
    

    Match 2:

    group 1: null
    group 2: "number"
    group 3: "/* strings that I want to get */"
    

    Match 3:

    group 1: "number"
    group 2: "number"
    group 3: "       ...\n       ..."
    

    However I’d rather parse it in two steps.

    First find the problem’s number (group 1) and content (group 2) using:

    \\problem\{(.*?)\}\n(.+?)\\end
    

    Then find the subproblem’s numbers (group 1) and contents (group 2) inside that content using:

    \\subproblem\{(.*?)\}\n+(.*?)\n+(?=\\problem|\\subproblem|\\end)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

A search API is returning date in String format,I want to compare that date
I want to search two string in datarows.For example; string1=ex string2=ex2 row1={'ex','ex2','ex3'....}---->True row2={'ex3','ex1','ex2'....}---->True row3={'ex2','ex5','ex6'....}---->False
I have a string and a pattern that I want to search for in
SO my problem is that i have a string and i need to search
I want to search a word inside a string : For example let the
I want to search with grep for a string that looks like this: something
I have a folder full of files and I want to search some string
I have input.txt and I want to search for a string and extract a
I want my search to focus on variables in the URL string. Currently it
I have a string s and I want to search for the substring of

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.