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
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -735,6 +735,10 @@ Executes the functions if/unless the field contains the value. If it is an array
735
735
736
736
Executes the functions if/unless the field does not contain the value. If it is an array or a hash none of the field values may contain the string.
737
737
738
+
##### `str_contain`
739
+
740
+
Executes the functions if/unless the first string contains the second string.
741
+
738
742
#### `equal`
739
743
740
744
##### `all_equal`
@@ -749,6 +753,10 @@ Executes the functions if/unless the field value equals the string. If it is an
749
753
750
754
Executes the functions if/unless the field value does not equal the string. If it is an array or a hash none of the field values may equal the string.
751
755
756
+
##### `str_equal`
757
+
758
+
Executes the functions if/unless the first string equals the second string.
759
+
752
760
#### `exists`
753
761
754
762
Executes the functions if/unless the field exists.
@@ -781,6 +789,10 @@ Executes the functions if/unless the field value matches the regular expression
781
789
782
790
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.
783
791
792
+
##### `str_match`
793
+
794
+
Executes the functions if/unless the string matches the regular expression pattern.
795
+
784
796
## Xtext
785
797
786
798
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