Generate ULID June 28, 2021 Code Snippets 0 Comments 1165 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
Check if String Ends with Substring While working with data filtering, sometimes we may need to check if a string ends...
Convert Fahrenheit to Kelvin Fahrenheit and Kelvin are two scales for temperature measurement. Sometimes we might need to perform...
Remove Last N Characters from String While working with text processing we might need to remove last N characters from a...
Leave a Comment
Cancel reply