Generate ULID June 28, 2021 Code Snippets 0 Comments 883 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
Calculate Number of Days Between Two Dates Working with dates sometimes we need to perform various arithmetic operations. Programming languages provides methods...
Find the Index of First Occurrence of a Substring in a String While working with text processing we might need to find the index of first occurrence...
Leave a Comment
Cancel reply