Hi there! Now I practice deleting characters such as:
input = input.gsub(/<\/?[^>]*>/, '')
and for special characters, example ☻ or :
input = input.gsub('&#', '')
this leaves only numbers, ok. But this only works if the user enters a special character as a code, like this:
™
My question: How I can delete special characters if the user enters a special character without code, like this:
™ ☻