Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "lib/util/strtable"

Index

Functions

jsSplit

  • jsSplit(s: string): string[]

toStrTable

  • toStrTable(table: {}, options?: IOptions): { from: string; to: string }
  • Parameters

    • table: {}
      • [k: string]: string
    • Optional options: IOptions

    Returns { from: string; to: string }

    • from: string
    • to: string

toStrTableArray

  • toStrTableArray(table: {}, options?: IOptions): { from: any[]; to: any[] }
  • Parameters

    • table: {}
      • [k: string]: string
    • Default value options: IOptions = {}

    Returns { from: any[]; to: any[] }

    • from: any[]
    • to: any[]

utf8Split

  • utf8Split(s: string): string[]

Generated using TypeDoc