SheetXL - v0.3.20
    Preparing search index...
    • Splits a string by a delimiter, ignoring any quoted sections.

      Parameters

      • str: string

        The string to split.

      • delimiter: string = undefined

        The delimiter to split by (default is undefined).

      • quote: string = undefined

        The quote character used to ignore splits inside quoted sections (default is undefined).

      Returns string[]

      An array of strings split by the delimiter, ignoring quoted sections.