Generate ULID June 28, 2021 Code Snippets 0 Comments 1233 Views ULID (Universally Unique Lexicographically Sortable Identifier) is a 128-bit identifier that consist of 48-bit timestamp and 80 random bits. ULID is encoded as a 26 character string. ULID can be used as alternative to UUID. No.Programming language1.PHP2.Python
Convert Hex to RGB Color Hex color code values are based on hexadecimal number system and are defined in values...
Shuffle Characters in String Working with data sometimes we need to perform various operations. Programming languages provides methods to...
Get Last N Characters of String While working with text processing we might need to get last N characters of a...
Leave a Comment
Cancel reply