Start » Filter Reference » Basic » String » FindLastInString
Module: | FoundationLite |
---|
Finds last occurrence of a substring in the input string.
Name | Type | Range | Description | |
---|---|---|---|---|
inString | String | Input string | ||
inFind | String | Searched string | ||
inEndPosition | Integer* | 0 - | Maximum index of a searched substring in string | |
inIgnoreCase | Bool | |||
outPosition | Integer | Position of searched string | ||
outStringFound | Bool |
Remarks
If the inFind string is not found, value -1 is returned.
Default value of inEndPosition input is equal to the length of inString.
Default value of inEndPosition input is equal to the length of inString.
Complexity Level
This filter is available on Basic Complexity Level.
Filter Group
This filter is member of FindInString filter group.