Split String into Array September 21, 2020 Code Snippets 0 Comments 969 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
Get Last N Characters of String While working with text processing we might need to get last N characters of a...
Convert Decimal Number to Octal String A octal number system is a numeral system with 8 as the base. It uses...
Check if Network Port is Open While working with network applications we may need to check if a network port is...
Leave a Comment
Cancel reply