We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
a06e276
This releases adds new operators on strings:
• in / not in perform substring matches against a string • matches / not matches perform regular expression matches against a string
in
not in
matches
not matches