Monthly Archives: April 2011

Custom JavaScript String Functions

I’ve created some missing native JavaScript String function to trim, convert to camel case, to underscored and to dashed formats. Here is the trim() function (gist page): And the toCamelCase() function (gist page): And the toDashed() function (gist page): And … Continue reading

Posted in JavaScript, Tech | Tagged , , , | Comments Off