Back to Adaptive Vision Studio website
You are here: Start » Filter Reference » String » FindInString
Finds a substring in the input string.
| Name | Type | Range | Description | |
|---|---|---|---|---|
![]() |
inString | String | Input string | |
![]() |
inFind | String | Searched string | |
![]() |
inStartPosition | Integer* | 0 - ![]() |
Minimum index of a searched substring in string |
![]() |
outPosition | Integer | Position of searched string, -1 if not found | |
Remarks
If the inFind string is not found, value -1 is returned.
Default value of inStartPosition input equals 0.
Default value of inStartPosition input equals 0.
Complexity Level
This filter is available on Basic Complexity Level.



