Function afterLast

  • Get part of the string after the last found instance of the given token.

    Returns

    Parameters

    • str: string
    • token: string

      The string to search for.

    Returns string

Generated using TypeDoc