Function splitTextByLetterNum

  • 指定文字数毎に文字列を分割

    簡易的な禁則処理も行う(WIP)

    Example

    // TODO
    

    Returns

    String line array

    Parameters

    • str: string

      If LF code \n exists, it will also be split there

    • limitLetterNum: number
    • ignoreLf: boolean = false

      set true to ignore \n in str

    Returns string[]

Generated using TypeDoc