Outputs true if input String 1 ends with input String 2. Outputs false otherwise.
A Case Sensitive option can be enabled to perform a stricter comparison.
Properties
String 1: Text to check if it ends with some other text
Default : empty
String 2: Text to use to perform check
Default : empty
Case sensitive: Toggle to enable a strict case sensitive comparison
Default : OFF
Inputs
| Name | Type | Description |
|---|---|---|
| String 1 | String | Text to check if it ends with some other text |
| String 2 | String | Text to use to perform check |
| CaseSensitive | Boolean | Toggle to enable a strict case sensitive comparison |
Outputs
| Name | Type | Description |
|---|---|---|
| Boolean | Boolean | true if String 1 ends with String 2, false otherwise |
Example
Need more help with this?
Don’t hesitate to contact us here.




