# File formvalidator.rb, line 697
    def filter_sql_wildcard(value)
      value.tr('*', '%')
    end