Blog
JavaScript Snippet – Undo Camel Case
Probably due to it being so late, I was looking for code to uncamelize (undo camel-casing) any string. I came across what claimed to be a solution in PHP but unfortunately did nothing but lowercased my string. Therefore I decided to write my own solution: Believe it or not, the Read more…