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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T23:26:31+00:00 2026-06-07T23:26:31+00:00

We are trying to make a match on any text between a triplet of

  • 0

We are trying to make a match on any text between a triplet of “s for example

“”” Some text here “””

We want to capture Some text here. This we have working alright, however, we have an issue when the text between the triplet of “s contains a forward slash /. So for example “”” This doesn/’t work “””, so if we have have;

“”” This doesn/’t work “””
“”” Some text here “””

Then the match goes and ignores the first “”” and goes on to match up to the second closing “”” so the match becomes;

This doesn/’t work Some text here

When all we want is This doesn/’t work. The regex I am using is as follows;

(?:"{3})([\p{Alnum}|\p{Punct}|\p{Space}]*)(?:"{3})

We are using capturing groups as a note.

  • 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-07T23:26:32+00:00Added an answer on June 7, 2026 at 11:26 pm

    Seems like problem with greedy/lazy quantifier. Change * to *? for lazy matching.

    i.e. (?:"{3})([\p{ALnum}|\p{Punct}|\p{Space}]*?)(?:"{3})

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

Sidebar

Related Questions

I'm trying to make a regex to match any ending except ClaroArgentina So, this
I'm trying to make this regex ^(?!\-\-\sRoaming) to match with -- Roaming but it
Trying to make this jQuery filter that uses .find case-insensitive. For example, when the
I'm trying my best to make this make sense, but basically I have a
I'm trying to make a MATCH of columns using multiple criteria, as in the
I'm teaching myself Python 3.2 and I'm trying to make a program to match
Trying to make a simple number clicker control for BlackBerry 6/7, like this: At
I'm trying make my first python app. I want make simple email sender form.
Had a idea and now trying to make it happen. Idea: Have a HTML
im doing parsing and the kind of text that i want to match and

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.