External module "lib/util/strtable"
Functions
jsSplit
- jsSplit(s: string): string[]
-
Parameters
Returns string[]
toStrTable
- toStrTable(table: {}, options?: IOptions): { from: string; to: string }
-
Parameters
Returns { from: string; to: string }
toStrTableArray
- toStrTableArray(table: {}, options?: IOptions): { from: any[]; to: any[] }
-
Parameters
-
table: {}
-
Default value options: IOptions = {}
Returns { from: any[]; to: any[] }
utf8Split
- utf8Split(s: string): string[]
-
Parameters
Returns string[]