Truncate String to Given Length and Add Ellipsis if Necessary June 24, 2021 Code Snippets 0 Comments 757 Views While working with text processing we might need to truncate a string to given length and add ellipsis (...) if necessary. A table includes a links to posts with examples. 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...
Read Data from YAML File YAML is a text-based data format that commonly used to store application configuration. Basically, YAML...
Read Data from MS Excel (XLSX) File XLSX is a file format for Microsoft Excel spreadsheets that often used to store financial...
Leave a Comment
Cancel reply