return value
    .toString()
    .trim() // Trim
    .toLowerCase() // Lower case
    .replace(/\s+/g, '-') // Spaces to dashes