# File lib/formvalidator.rb, line 799
    def filter_capitalize(value)
      value.capitalize
    end