after [<search>] [<full string>]
Returns the part of the string after the specified search string.
Parameters:
- The part of the string to look for and get the text after.
- The complete string to find the text after the search string in.
Returns: The part of the string afterthe specified search string.