String Find Functoid

 

Use the String Find functoid ( Icon that represents the String Find functoid.) to retrieve the starting position of a specified substring within a specified string.

Input

Parameter 1: A string in which a particular substring might exist.

Parameter 2: A substring being sought in the string specified by parameter 1.

Output

Output 1: A numeric value that is the character position, starting at 1, of the first character of the specified substring within the specified string. Zero (0) indicates that the substring was not found.

Remarks

String positions are counted starting from one (1).

See Also

String Functoids Reference
String Functoids
How to Add Basic Functoids to a Map