Skip to content

self-assert / Requirements / isBlank

Function: isBlank()

isBlank(value): boolean

A predicate that evaluates to true if the string is empty or contains only whitespace characters.

Parameters

ParameterType
valuestring

Returns

boolean

See

isNotBlank