Starts With#
Determines if a string starts 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 |
---|---|---|---|
prefix |
|
The prefix to test |
|
value |
|
The string to check |
Outputs#
Name |
Type |
Description |
Default |
---|---|---|---|
isPrefix |
|
True if ‘value’ starts with ‘prefix’ |