Function strToArray

  • String to array function performs a string to array transformation

    Returns

    a trimmed array of the splitted string

    Parameters

    • it: string

      the string which has to be changed into an array

    • splitter: string | RegExp = ...

      our splitter reglar expression

    Returns string[]

Generated using TypeDoc