Data / Strings
data/string_ops
String Ops
Tests a string against a value using common string operations, returning a boolean.
Note: IS_EMPTY ignores the value input.
Inputs
| Name | Type | Optional | Description |
|---|---|---|---|
text |
string | The string to test. | |
value |
string | ✓ | The value to check against. |
Outputs
| Name | Type | Description |
|---|---|---|
result |
boolean | Result of the operation. |
Properties
| Key | Type | Default | Description |
|---|---|---|---|
op |
select | "CONTAINS" |
Operator |
value |
string | "" |
Value (fallback) |