Very Simple Regex Problem

Posted by Sunil on Stack Overflow See other posts from Stack Overflow or by Sunil
Published on 2010-05-03T05:58:15Z Indexed on 2010/05/03 6:08 UTC
Read the original article Hit count: 166

Filed under:

Hello

I want a regular expression which will ignore the sentence containing "XYZ" character. I am using this but this is not working

"(.+[^XYZ])"

Thanks in advance

© Stack Overflow or respective owner

Related posts about regex