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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T14:11:33+00:00 2026-05-28T14:11:33+00:00

I am having a problem finding the correct match for all the cases. I

  • 0

I am having a problem finding the correct match for all the cases.
I want to catch something string( here in my example ##xyx##) which is in the quotes for example,
if i have something like

Case 1)

               <picture href="hello" ##xyz##>##xyz##</picture>

the output should be no match found as none of them are in quotes.

if i have a different case something like

case 2)

            <picture href="##xyz##" dbhdfbhg="dbfdhfbhgbt fgkg ##xyz## hdjvffhgfhd">

i want to match both the cases which have ##xyz## as both of them are in quotes

case 3)

              <picture href="##xyz##">
                    ##xyz##
                     </picture>

the regular expression should only catch the teh first one but not the second one ..

i have tried something like (“)([^”].)?(##xyz##)([^”].)?(“)
which gets the wrong output.
in the case 3 its catching the second one even though i use multiline option in regex. can some one help?
I am using C# for coding

  • 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-28T14:11:34+00:00Added an answer on May 28, 2026 at 2:11 pm

    You could try something like the following LINQPad snippet. The regular expression uses a lookahead (?= to find a matching quote and then tries to match ##xyz## within that text segment:

    var text = "<picture href=\"##xyz##\" dbhdfbhg=\"dbfdhfbhgbt fgkg ##xyz## hdjvffhgfhd\">";
    var text1 = @"<picture href=""##xyz##"">
                        ##xyz##
                        </picture>";
    
    var regex = new Regex("\"(?=[^\"]+)[^#]*##xyz##[^\"]*\"");
    
    var matches = regex.Matches(text);
    var matches1 = regex.Matches(text1);
    matches.Dump();
    matches1.Dump();
    

    This gives the following correct output (i.e. two matches in first string and only one match in second):

    enter image description here

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

Sidebar

Related Questions

I'm having a problem with finding out which children to add, update and delete
I'm having a problem finding out which NSTextfield is focused. I am building a
I'm really having a problem finding out how to fix this. I cannot seem
I am having problem finding a memory leak with Instruments. Usually it helps me
I'm having a problem with google groups and finding my own discussion threads. I
Hi all question I'm having problems finding an answer for... Use Case: Reading in
I'm having a problem finding out how to replace the last ', ' in
I am having a problem finding resources on playing an attack (start of sound)
http://imageshack.us/photo/my-images/189/unledgev.png/ i h'v having problem with finding the radius of this circle. i converted
I'm having a problem with finding N positions in a grid based on a

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.