module FFaker::Internet

def sanitize(string)

def sanitize(string)
  string.gsub(/\W/, '').downcase
end