↧
Learning About Regular Expressions
Most likely you have come across Regular Expressions at some point during your software development. Regular expressions are one of those things that tend to make people take sides and form strong...
View ArticleBuild Your Own PCRE Regex Tester With PHP
As promised, in this episode we will build our very own regular expression tester so we can test out various regex patterns. As we covered in the prior post on regular expressions, there are many...
View ArticleBuild A Regular Expression Tester With Laravel
In the last episode we built a bare bones regular expression tester using PHP. It does what we need it to, but its really limited, and doesn’t look that great. In this episode, we are going to Larafy...
View Article