-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Description
Check to see if two provided strings are anagrams of each other.
One string is an anagram of another if it uses the same characters
in the same quantity. Only consider characters, not spaces
or punctuation. Consider capital letters to be the same as lower case
Examples
- anagrams('rail safety', 'fairy tales') --> True
- anagrams('RAIL! SAFETY!', 'fairy tales') --> True
- anagrams('Hi there', 'Bye there') --> False
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Activity