57uuid Module
57.1Overview
The uuid
module provides functions to generate UUIDs. To utilize it, import the uuid
module using import
function.
57.2Module Function
uuid.generate():[upper]
Generates a Universal Unique Identifier (UUID). In default, results are output in lower-case characters. Specifying :upper would generates it in upper-case characters.