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
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -644,7 +644,8 @@ Executes the functions if/unless the field value matches the regular expression
644
644
Executes the functions if/unless the field value does not match the regular expression pattern. If it is an array or a hash none of the field values may match the regular expression pattern.
645
645
646
646
#### `in`
647
-
Executes the functions if/unless the field value is identical to a value in a given field.
647
+
648
+
Executes the functions if/unless the field value is contained in the value of the other field.
0 commit comments