An anagram is a word or phrase formed by rearranging the letters of a different word or phrase, typically using all the original letters exactly once. For example, the word anagram itself can be rearranged into nag a ram, also the word binary into brainy and the word adobe into abode. Wikipedia
You will receive two strings returning true if the two arguments given are anagrams of each other. As usual shortest solution wins.
##Input
"Listen", "Silent"
##Output
1
##Note
- Both arguments are case insensitive, only a-z, A-Z, no special characters except whitespace
- The arguments could contain

.png)
.png)
.png)



.png)

