Ends With
Determines if a string ends with a given string value
Installation
To use this Node, you must enable omni.graph.nodes
in the Extension Manager.
Inputs
Name |
Type |
Description |
Default |
---|---|---|---|
suffix |
|
The suffix to test |
|
value |
|
The string to check |
Outputs
Name |
Type |
Description |
Default |
---|---|---|---|
isSuffix |
|
True if ‘value’ ends with ‘suffix’ |