Signature
path=null start=null
Parameters
- str1:
string- The first string. - str2:
string- The second string.
Returns
boolean - Returns true if the two strings are anagrams of each other, false otherwise.
Checks if two strings are anagrams of each other.
string - The first string.string - The second string.boolean - Returns true if the two strings are anagrams of each other, false otherwise.