Category Archives: Regular Expressions

RegexPal: Develop and Test Your Regular Expressions From Your Browser

An online tool to help you build and test regular expressions. Continue reading

Posted in Regular Expressions | Comments Off

PHP Functions to Get and Remove the File Extension from a String

Two useful PHP functions to handle file names and extensions. Continue reading

Posted in PHP, Regular Expressions | 4 Comments

Validating File Extensions using PHP

A function to validate file extensions. Continue reading

Posted in PHP, Regular Expressions | 6 Comments

Find and Replace Hyperlinks and Email Addresses in PHP

PHP functions that add anchor tags around hyperlinks and email addresses in a given string. Continue reading

Posted in PHP, Regular Expressions | 5 Comments