Skip to contents

Check if an argument is a ULID string

Usage

is_ulid(x)

Arguments

x

(any)
Object to check.

Value

TRUE if x is a valid ULID string, FALSE otherwise.

Examples

is_ulid("01ARZ3NDEKTSV4RRFFQ69G5FAV")
#> [1] TRUE