Software & Sites PHP Regex Pattern Test Tool December 5, 2014 by Craig Lotter No Comments Annoyingly, my regex, even after all these years of web development, is still completely horrible – pretty much non-existent actually. Which is exactly why I... Read More
CodeUnit PHP: Simple REGEX Quick Reference for use with preg_match Function November 30, 2011 by Craig Lotter No Comments As always, checking to see if one string is contained within another will always be faster using the strpos or strstr functions. However, for more... Read More
CodeUnit Cross Platform Regular Expression (RegEx) Tool: RegExr January 11, 2010 by Craig Lotter No Comments Regular expressions are plain and simple an enormous headache - but man when you get them to work for you then they are the most... Read More