CodeUnit JavaScript: Grab a part of a String with the Substring Function! December 14, 2011 by Craig Lotter No Comments Considering I work with PHP day in and day out, it is no wonder that I completely forgot that JavaScript also comes up with its... Read More
CodeUnit PHP: How to Get the Last Character of a String October 19, 2011 by Craig Lotter No Comments To get the last character of a given string in PHP is made very, very simple thanks to the plain old vanilla substring (substr) function.... Read More
Programming PHP: Insert a String into another String July 30, 2008 by Craig Lotter No Comments While most modern programming languages do feature a function that allows you to insert one string into another string at any given position, PHP for... Read More