header image with round borders
 

email regex

February 23rd, 2008 @biophonc

if you need a very easy regex, to validate emails – here’s some I wrote:

^(([\da-z���\.\_\-\~]+)\@([\da-z���\.\_\-\~]+)+(\.\b[a-z]{2,}))$

 

footer image with round borders