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-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,7 +113,7 @@ This toolkit came into existence for a specific need with which a large enterpri
113
113
114
114
2. This new eval_predicate function allows the user defined rule expression to access nested tuple attributes.
115
115
116
-
3. This new eval_predicate function allows the user defined rule expression to have operation verbs such as contains, startsWith, endsWith, notContains, notStartsWith, notEndsWith, containsCI, startsWithCI, endsWithCI, notContainsCI, notStartsWithCI, notEndsWithCI, sizeEQ, sizeNE, sizeLT, sizeLE, sizeGT, sizeGE.
116
+
3. This new eval_predicate function allows the user defined rule expression to have operation verbs such as contains, startsWith, endsWith, notContains, notStartsWith, notEndsWith, in, containsCI, startsWithCI, endsWithCI, notContainsCI, notStartsWithCI, notEndsWithCI, inCI, sizeEQ, sizeNE, sizeLT, sizeLE, sizeGT, sizeGE.
117
117
118
118
4. This new eval_predicate function supports the following operations inside the rule.
119
119
@@ -123,7 +123,7 @@ This toolkit came into existence for a specific need with which a large enterpri
123
123
124
124
c. It supports these arithmetic operations: +, -, *, /, %
125
125
126
-
d. It supports these special operations for rstring, set, list and map: contains, startsWith, endsWith, notContains, notStartsWith, notEndsWith, containsCI, startsWithCI, endsWithCI, notContainsCI, notStartsWithCI, notEndsWithCI, sizeEQ, sizeNE, sizeLT, sizeLE, sizeGT, sizeGE
126
+
d. It supports these special operations for rstring, set, list and map: contains, startsWith, endsWith, notContains, notStartsWith, notEndsWith, in, containsCI, startsWithCI, endsWithCI, notContainsCI, notStartsWithCI, notEndsWithCI, inCI, sizeEQ, sizeNE, sizeLT, sizeLE, sizeGT, sizeGE
127
127
128
128
e. No bitwise operations are supported at this time.
0 commit comments