JSON Encode and Decode August 25, 2020 Code Snippets 0 Comments 1437 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
Split String into Array Working with text sometimes we need to split a string into an array using a...
ROT13 Encode and Decode ROT13 is a substitution cipher that replaces every letter in the string with the 13th...
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