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