Back to FabImage Studio website

You are here: Start » Filter Reference » Basic » String » FindInString

FindInString


Module: FoundationLite

Finds first occurrence of a substring in the input string.

Name Type Range Description
Input value inString String Input string
Input value inFind String Searched string
Input value inStartPosition Integer* 0 - Minimum index of a searched substring in string
Input value inIgnoreCase Bool
Output value outPosition Integer Position of searched string, -1 if not found
Output value outStringFound Bool

Remarks

If the inFind string is not found, value -1 is returned.
Default value of inStartPosition input equals 0.

Complexity Level

This filter is available on Basic Complexity Level.

Filter Group

This filter is member of FindInString filter group.