Explode Each Character in a String to an Array
Sunday, November 8th, 2009I added a couple new code snippets to the Code section today, including a function that act's like PHP's explode(), but separates every character instead of requiring a delimeter. You can achieve the same thing using PHP's split() and RegEx, but this is simple and works...