Split String into Array September 21, 2020 Code Snippets 0 Comments 1434 Views Working with text sometimes we need to split a string into an array using a delimiter. It can be comma, space, hyphen, etc. Programming languages provides various methods to do that. A table includes a links to posts with examples. No.Programming language1.PHP2.Python3.Java
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...
Write Data to XML File XML (eXtensible Markup Language) is a plain text format for representing structured data. XML is...
Get Character by Unicode Code Point Unicode characters are represented by a unicode code points. Code point is an integer between...
Leave a Comment
Cancel reply