After

after [<search>] [<full string>]

Returns the part of the string after the specified search string.

Parameters:

  1. The part of the string to look for and get the text after.
  2. The complete string to find the text after the search string in.

Returns: The part of the string afterthe specified search string.