Skip to content

Instantly share code, notes, and snippets.

View yoosuf's full-sized avatar
🌍
Somewhere in Asia

yoosuf

🌍
Somewhere in Asia
View GitHub Profile
@yoosuf
yoosuf / lk-vehicle-registration-validation.php
Last active January 27, 2016 07:16
Sri Lanka Vehicle Registration Validation - PHP
<?php
function is_plate_valid($number)
{
// normal plate
if (preg_match("/([A-Z]{2,4}|\d{2,3}|[A-Z]{2} [A-Z]{2})[\-\]|[ ]\d{4}/", $number)) {
return true;
}
@yoosuf
yoosuf / WP-Gallery-Extend
Created March 8, 2012 18:32
WordPress gallery Hack, Make your own styling and add your own CSS, JavaScript and spice it up