String Starts With (Find string with starts with)
Returns true if string starts with any of the value given.
The value can be either a string, a list of strings, or a compiled pattern.
Properties
String: Location of the string to split
Value: The pattern to compare
Output
Output-location: Location to store the output data
Example
A string “Hello”
with a value of “He”
will return TRUE