# File lib/formvalidator.rb, line 713
    def filter_squeeze(value)
      value.squeeze(" ")
    end