php regex is not escaped

Posted by David on Stack Overflow See other posts from Stack Overflow or by David
Published on 2010-04-21T00:02:16Z Indexed on 2010/04/21 0:13 UTC
Read the original article Hit count: 544

Filed under:
|

what is a regex to find any text that has 'abc' but does not have a '\' before it. so it should match 'jfdgabc' but not 'asd\abc'. basically so its not escaped.

© Stack Overflow or respective owner

Related posts about php

Related posts about regex