Tag: Regex
-
RegexBuddy – a solution to the Regular Expressions (Regex) nightmare
For the last few months I have been using RegexBuddy, software designed to help with Regular Expressions. After using it to create and test more than one extremely complex regular expression, I thought it was time I gave RegexBuddy some ‘big ups’. So what is so good about RegexBuddy, Firstly, it allows you to create…
-
Convert Relative Links to Absolute Links with PHP Regex
Here is a quick post on how to find and replace relative links with absolute links using PHP Regular Expressions (regex).