I was reading about regular expressions (I'm a regex newbie, but want to learn them) and came across this regex:
/^(?!http:\/\/www.google.com).*/
and I didn't know what or when it would match...so my question is just that, what/when would this regex match?
Thanks for helping out a regex padawan!