Skip to content

Commit 8de3f3e

Browse files
committed
Add documentation for in-Bind function #234
1 parent 975544f commit 8de3f3e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -643,6 +643,9 @@ Executes the functions if/unless the field value matches the regular expression
643643

644644
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.
645645

646+
#### `in`
647+
Executes the functions if/unless the field value is identical to a value in a given field.
648+
646649
## Xtext
647650

648651
This repo has been originally set up with [Xtext](https://www.eclipse.org/Xtext/) 2.17.0 and Eclipse for Java 2019-03, following [https://www.eclipse.org/Xtext/documentation/104_jvmdomainmodel.html](https://www.eclipse.org/Xtext/documentation/104_jvmdomainmodel.html).

0 commit comments

Comments
 (0)