Convert All Lowercase Characters in a String to Uppercase July 20, 2021 Code Snippets 0 Comments 497 Views While working with text processing we might need to convert all lowercase characters in a string to uppercase. A table includes a links to posts with examples using different programming languages. No.Programming language1.PHP2.Python
Make First Letter Uppercase and the Rest Lowercase in a String While working with text processing we might need to make the first letter uppercase and...
Base58 Encode and Decode Base58 is an encoding and decoding scheme that is used to convert binary data to...
Measure Execution Time of Code in Seconds Execution time of a code is amount of time spent by the system executing that...
Leave a Comment
Cancel reply