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 » lexer » parser
Sorry, but there are no more tags available to filter with.
  • Re: Find string outside of quotes

    This sadly is not so easy to do with regular expressions. I had a very similar problem in my first post to this board. To match only unquoted strings your pattern would have to keep count of quotes in front of potential matches, not counting the escaped quotes etc. If these lookbehind assertions were possible, they would be of variable length, as ...
    Posted to Construction Advice (Forum) by eSquire on May 4, 2007