Got more questions? Find advice on: ASP | SQL | XML | Windows
in Search
Welcome to RegexAdvice Sign in | Join | Help

Browse by Tags

All Tags » C# » exclude
  • Exclude string in expression

    I'm a newbee and hope someone will take pity on me.  In Visual Studio 2008, I need to find all line that have the whole word FROM and does NOT contain the string (WITH (NOLOCK)).  I'd settle for it not containing the work WITH.  All words are case insensitive. Select * FROM tblRequests Select * from tblRequests WITH ...
    Posted to Construction Advice (Forum) by rboehm00 on February 25, 2010
  • Need an expression to find all text between numeric identifiers

    Hello, I am using C# in Visual Studio 2008.  I have a text file of the entire Bible that I am wanting to either put into a database or write to an XML document.  The format of the text is as follows with comments in C# single line comment style to the right of the actual text (example: Genesis  //book ...
    Posted to Construction Advice (Forum) by RandyHJ on May 13, 2008