# File formvalidator.rb, line 654
def
filter_alphanum
(
value
)
value
.
gsub
(
/\W/
,
""
)
end