• Returns an array of substrings, separated by each sep. Does not handle Lua character classes, thus, the separator string will be interpreted literally.

    Parameters

    • str: string
    • sep: string

    Returns string[]