Captures information on a portion of the string (substring), including its position and occurrence.
| Name | Data Type | Description | 
|---|
| Source String | String | The string to get substring information from. | 
| Substring | String | The referenced substring. | 
Output
| Name | Data Type | Description | 
|---|
| If Contains | Boolean | The number of characters in a string. | 
| If Starts With | Boolean | Characters in uppercase. | 
| If Ends With | Boolean | Characters in lowercase. | 
| First Index | Number | The index of the first occurrence of the substring. | 
| Last Index | Number | The index of the last occurrence of the substring. |