On this page
Class: StringUtils
Constructors
new StringUtils()
new StringUtils():
StringUtils
Returns
Methods
isHex()
static
isHex(str
):boolean
Parameters
• str: string
Returns
boolean
Defined in
@nimiq/core/lib/index.d.ts:329
isHexBytes()
static
isHexBytes(str
,length
?):boolean
Parameters
• str: string
• length?: number
Returns
boolean
Defined in
@nimiq/core/lib/index.d.ts:330
isWellFormed()
static
isWellFormed(str
):boolean
Parameters
• str: string
Returns
boolean
Defined in
@nimiq/core/lib/index.d.ts:328