Uniqueid
The Uniqueid registry offers functions to generate unique identifiers, such as UUIDs, which are essential for creating distinct and traceable entities in your applications.
uuidv4
Uuidv4 generates a new random UUID (Universally Unique Identifier) version 4.
Signature
Uuidv4() string
{{ uuidv4 }} // Output(will be different): 3f0c463e-53f5-4f05-a2ec-3c083aa8f937
Last updated