SIMPOL Documentation

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 sInput, string sSearch )

Parameters

ParameterDefault valueType nameDescription
sInputNonestring
sSearchNonestring