laststr()
Description
This function searches the input string for each instance of the search string and returns the text following the last instance of the search string. No change is made to the original input string.
Prototype
laststr
(
string
,
string sInput
)
sSearch
Parameters
Parameter | Default value | Type name | Description |
---|---|---|---|
sInput | None | string | |
sSearch | None | string |