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
I'm looking for an operators used in other projects :
Operator
Description
=~
Matches a JavaScript regular expression. For example, [?(@.description =~ /cat.*/i)] matches items whose description starts with cat (case-insensitive).
contains
Checks if a string contains the specified substring (case-sensitive), or an array contains the specified element.
The text was updated successfully, but these errors were encountered:
I'm looking for an operators used in other projects :
The text was updated successfully, but these errors were encountered: