if (Object.prototype.hasOwnProperty.call(theValidator, name)) {
            console.log(
                `"${s}" - ${
                    theValidator[name].isAcceptable(s)
                        ? 'matches'