NavigationBlog Tags
Article Tags
Article Archive |
function trim(str) { var str = str.replace(/^ss*/, ''), ws = /s/, i = str.length; while (ws.test(str.charAt(--i))); return str.slice(0, i + 1);...
posted by dharh at Feb 04
|
NavigationBlog Tags
Article Tags
Article Archive |
function trim(str) { var str = str.replace(/^ss*/, ''), ws = /s/, i = str.length; while (ws.test(str.charAt(--i))); return str.slice(0, i + 1);...
posted by dharh at Feb 04
|

- a little order in the chaos where the mind dwells