1.0.1 • Published 4 years ago

object-manage-mjt v1.0.1

Weekly downloads
8
License
MJT
Repository
-
Last release
4 years ago

npm i string-manage

getByte(str)

str: string;
getByte('테스트') -> 6

stringFormatCheck(str, variables, lineByte, lineCount, maxByte, maxCount, maxRowCount, variableFixedByte, variableFixedCount, byteType?)

str: string;variables: any;lineByte: number;lineCount: number;maxByte: number;maxCount: number;maxRowCount: number;variableFixedByte: number;variableFixedCount: number;byteType?: string
return -> {countValues: {byteCount, textCount, lineTotCount}, error}