rem @ > 140 characters

This is my place that doesn't fit in 140 characters, but doesn't fit in to a blog post, so I'm dropping it here.

April 3, 2010 at 10:48am
home

You should follow me on Twitter I'll tweet about JavaScript, HTML 5 and other such gems (amongst usual tweet-splurges)

slevithan: @ded str.replace(/(^|[^\w.])(\d{4,})/g, function($0,$1,$2) {return $1 + $2.replace(/\d(?=(?:\d\d\d)+(?!\d))/g, "$&,")}); http://j.mp/aSwii0 →

Notes