• Split a value by commas, ignoring commas within parentheses and trimming whitespace.

    Parameters

    • value: string

      The value to split.

    Returns string[]

    The split values.