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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T15:21:36+00:00 2026-05-28T15:21:36+00:00

In Visual Studio 2010, how do you search for text that is not within

  • 0

In Visual Studio 2010, how do you search for text that is not within a single line comment? E. G. how to find “bas” in:

foo bar bas

but not in

foo bar // bas

Note that it should find the line:

foo / bar / bas

(edit) And it should not find the line:

foo // bar bas
  • 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-28T15:21:36+00:00Added an answer on May 28, 2026 at 3:21 pm

    Okay, so I asked this question just so I could refer back to my own answer.

    Visual Studio doesn’t seem to have the typical look-ahead, look-behind constructs. It does have a similar zero-width negative assertion. The syntax is ~(x) which means the pattern does not match x at this point in the pattern. Using this construct, I came up with this: ^(.~(//))*bas Which works really well, but won’t exclude a line where // are the first two characters on the line. A version to fix that is: ^~(//)(.~(//))*bas

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

Sidebar

Related Questions

In Visual Studio 2010, sometimes within the same session (not having rebooted the app)
Just reinstalled Visual Studio 2010 and the toolbar that lets me search the entire
Visual Studio 2010 RC -> Silverlight Application We have a library of images that
In Visual Studio 2010 Professional Edition (Version 10.0.30319.1), I noticed tonight that for some
I am trying to find out in Visual Studio 2010 Unit Testing how to
I just installed AnkhSVN to have subversion support from within Visual Studio 2010. I
I wish to create a custom search webpart using visual studio 2010 using c#.
Using Visual Studio 2010 I put a breakpoint on Application_AuthenticateRequest today and noticed that
Visual studio 2010 does not break at the break point in javascript, I use
Visual Studio 2010 indents the following C++ code as: if (Foo(arg1, arg2)) { }

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.