Stores the most valuable pieces of PHP code you can reuse in different projects many times
validation for people who allows their user to change color in their system
function fnValidateColor($color){ return preg_match('/^#(?:(?:[a-f0-9]{3}){1,2})$/i', $color); }