# File lib/ajaxim_string.rb, line 16
def
sanitize_alphanum
()
self
.
gsub
(
/[^a-zA-Z0-9\s]/
,
""
)
end