# File formvalidator.rb, line 646
    def filter_integer(value)
      value.gsub(/[^\d+-]/, "")
    end