Reference
Components
String Find
Description
The String Find primitive will find the first occurrence of a given sub-string inside a string. You can choose whether comparisons are case
sensitive. You can also choose whether to reverse the direction of the find and start at the end of the string working backwards. By default
the find will start at the beginning of the string and work forwards.
Example
If the source string is ‘C:\Windows\Temp’ then using a Find string of ‘\’ the result would be 2. However, if you change the Rev input to True
then the result would be 10.
Connectors
Inputs Type Outputs Type
Source string
String Position of the sub-
string (zero indexed)
or -1 if the sub-string
was not found.
Int
Sub-string to find
String
Whether comparisons
should be case sensitive
Boolean
Perform the find in reverse
from beginning to start
Boolean
408 of 494