We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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