^((?!my string).)*$ Is the regular expression for does not contain "my string". Wondering how someone can come up with that? Check out the reference at:
http://www.regular-expressions.info/refadv.html
There's a basic and advanced regular expression reference section so check out both!b
Thursday, December 20, 2007
Subscribe to:
Post Comments (Atom)
1 comment:
Thank you, such a basic thing but I couldn't figure it out!
Post a Comment