Get Last N Characters of String July 9, 2021 Code Snippets 0 Comments 807 Views While working with text processing we might need to get last N characters of a string. Programming languages provides various methods to do that. A table includes a links to posts with examples. No.Programming language1.PHP2.Python
Clear Contents of a File While working with filesystem, we may need to clear contents of a file without deleting...
Base64 Encode and Decode Base64 is an encoding and decoding scheme that is used to convert binary data to...
Generate XXH32 Hash XXH32 is a variant of xxHash non-cryptographic hash function that accepts a string of any...
Leave a Comment
Cancel reply