JSON Encode and Decode August 25, 2020 Code Snippets 0 Comments 1290 Views JSON is a text-based data format that commonly used to store or transmit data objects between systems. JSON consist of collection of name/value pairs and an ordered list of values. No.Programming language1.PHP2.Python
Convert All Uppercase Characters in a String to Lowercase While working with text processing we might need to convert all uppercase characters in a...
Find the Index of Last Occurrence of a Substring in a String While working with text processing we might need to find the index of last occurrence...
Convert Octal String to Decimal Number A octal number system is a numeral system with 8 as the base. It uses...
Leave a Comment
Cancel reply