Skip to main content

Signature

path=null start=null
isAnagram(str1: string, str2: string): boolean

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.

Source

Defined in string.ts:163