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

Browse by Tags

All Tags » lookbehind » problem
Sorry, but there are no more tags available to filter with.
  • Negative Lookbehind problem with VB.NET

    Hi, I have a problem trying to use the negative lookbehind in vb.net, as an example of what im trying to do, I am looking to match the word "FullText" where it is not preceded by "Me." Here is what I have came up with so far: (?<!Me.*)FullText  An example of what I would like to avoid matching would ...
    Posted to Construction Advice (Forum) by ChrisMS on October 13, 2008