Feb 28, 2015 | Development
Have you ever needed to show a shortcode on your WordPress website, possibly in a tutorial? When you enter the shortcode you are using for the tutorial, it will run instead of showing as text… here is how to fix that.
Jul 9, 2014 | Development
Regular expressions are very handy for extracting text, verifying text and manipulating text. Below you will find some more handy regex expressions that you can use in your projects!
Apr 29, 2014 | Development
Regular expressions, aka. “regex”, are one of the most useful programming operations. With it you can search for and manipulate text using a single line, or few lines, of code. Here we give a few handy regex expressions to tuck away for future reference!