Belin.io Core
    Preparing search index...

    Function split

    • Converts a string to an array.

      Parameters

      • value: string

        The string to split into characters or chunks.

      • splitLength: number = 1

        The maximum length of the chunks.

      Returns string[]

      An array whose elements contain the characters or chunks.