Check is pattern is __NOGLOBS__. This means glob patterns from the less preferable MIME paths should be ignored.
assert(isNoGlobs("__NOGLOBS__")); assert(!isNoGlobs("someglob"));
See Implementation
Check is pattern is __NOGLOBS__. This means glob patterns from the less preferable MIME paths should be ignored.