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