Skip to content

qie.getUUID

Signature: qie.getUUID(removeDashes*)

Returns: String uuid - the UUID

Returns a Universal Unique Identifier (with or without dashes).

Parameters

Type Name Description Default
Boolean removeDashes* (optional) true = remove dashes from UUID false

Example

var randomUUIDWithDashes = qie.getUUID();
var randomUUIDWithoutDashes = qie.getUUID(true);