Skip to content

Class: StringUtils

Constructors

new StringUtils()

new StringUtils(): StringUtils

Returns

StringUtils

Methods

isHex()

static isHex(str): boolean

Parameters

str: string

Returns

boolean

Defined in

@nimiq/core/lib/index.d.ts:99


isHexBytes()

static isHexBytes(str, length?): boolean

Parameters

str: string

length?: number

Returns

boolean

Defined in

@nimiq/core/lib/index.d.ts:100


isMultibyte()

static isMultibyte(str): boolean

Parameters

str: string

Returns

boolean

Defined in

@nimiq/core/lib/index.d.ts:98