Capitalize the First Letter of Each Word in a String July 21, 2021 Code Snippets 0 Comments 691 Views While working with text processing we might need to capitalize the first letter of each word in a string. A table includes a links to posts with examples using different programming languages. No.Programming language1.PHP2.Python
Count All Files in Given Directory and Subdirectories Working with filesystem sometimes we need to count all files in a given directory and...
Get Last N Characters of String While working with text processing we might need to get last N characters of a...
Get Unicode Code Point of Character Unicode characters are represented by a unicode code points. Code point is an integer between...
Leave a Comment
Cancel reply