validateLength
Datalayer Core / validateLength
Function: validateLength()
validateLength(
value
,minLength
):boolean
Defined in: tech/datalayer/core/src/utils/Validator.ts:21
Verify if a string has a given length or not.
Parameters
value
undefined
| string
minLength
number
Returns
boolean