You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the code it seems the underlying operation is zend_string_equals(), so an actual equality.
Can you clarify that an actual equality is checked and not a (regex-light) word search, i.e. foo will not match on foobar.
The text was updated successfully, but these errors were encountered:
The documentation for filter configurations makes use of the verb match, e.g.:
From the code it seems the underlying operation is
zend_string_equals()
, so an actual equality.Can you clarify that an actual equality is checked and not a (regex-light) word search, i.e.
foo
will not match onfoobar
.The text was updated successfully, but these errors were encountered: