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