-
Categories
- Browsers (15)
- CSS (12)
- Events (8)
- Git (1)
- Graphics (4)
- HTML/XHTML (4)
- JavaScript (25)
- jQuery (18)
- MySQL (3)
- News & Updates (28)
- Operating Systems (2)
- PHP (33)
- Regular Expressions (4)
- Resources (3)
- Surreal CMS (11)
- Tutorials (4)
- Web Design (4)
- Web Servers (7)
- Web Standards (4)
- WordPress (1)
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
Leave a comment
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