afterstr()
Description
This function searches the input string for the search string and if it is found, returns the text following the first instance of the search text, otherwise it returns the empty string.
Prototype
afterstr
(
string
,
string sInput
)
sSearch
Parameters
Parameter | Default value | Type name | Description |
---|---|---|---|
sInput | None | string | |
sSearch | None | string |