Match a fixed string (i.e. by comparing only bytes), using fixed(). This
is fast, but approximate. Generally, for matching human text, you'll want
coll() which respects character matching rules for the specified locale.
negate
If TRUE, return non-matching elements.
See Also
str_detect() which this function wraps when pattern is regex.