module.exports = function(str) {

    // [1] throws here if not a string
    str = str.toLowerCase();