Outputs true if a string contains an occurrence of a given string, false otherwise.
Properties
String 1: String in which to perform the search
Default : empty
String 2: String to search in String 1
Default : empty
Case sensitive: Toggle to enable a strict case sensitive comparison
Default : OFF
Inputs
| Name | Type | Description |
|---|---|---|
| String 1 | String | String in which to perform the search |
| String 2 | String | String to search in String 1 |
| CaseSensitive | Boolean | Toggle to enable a strict case sensitive comparison |
Outputs
| Name | Type | Description |
|---|---|---|
| Boolean | Boolean | true if String 1 contains an occurrence of String 2, false otherwise |
Example
Need more help with this?
Don’t hesitate to contact us here.




