Recently I’ve started working locally due to the PHPStorm IDE. In order to work locally, I invested in MAMP Pro to make use of their GUI interface for configuring vhosts. I also like to use MySQL Workbench for my database work, unfortunately these 2 items never seemed to work together for me before.
Category: regex
Use regex to find the source of an image
Recently, I needed to find the source of an image in a blob of text. Since the text was out…