One instance where I remember it was in the Apache configuration. In Apache, there is a way to redirect to a different URI if the current request matches some PCRE regular expression, but it does (or at least was when I needed it) cannot redirect if the current request does not match the regular expression.
Fortunately, I succeeded in Google (in fact, I'm not sure that Google already exists and hellip;) for regexp-negation regex. But it probably took me some time, and if StackOverflow existed then it would be much easier.
source share