isUUID: function() {
        try {
            this.success = stringValidator.isUUID(this.val, this.filter || undefined);
            transformErr.call(this);
        } catch (e) {