Latest post in the Blog...
Converting a string to slug with JavaScript
Recently I've been working on implementing slugs in my CMS to be able to generate nicer URLs. In order to do so I've created a little JavaScript function that converts a string to a slug. I'll first give you the code and then explain it a bit. Read the full text...
Posted in: English/Web/JavaScript
Tags: regular expressions
