Function split

  • 将字符串按指定字符分割

    Parameters

    • str: string

      字符串

    • sep: string

      比较的字符串

    • Optional maxLen: number

      最大长度

    Returns null | string[]

    string[] 分割后的数组

Generated using TypeDoc