Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#7 Anagrams #10

Closed
somekindofwallflower opened this issue Jun 14, 2022 · 0 comments · Fixed by #37
Closed

#7 Anagrams #10

somekindofwallflower opened this issue Jun 14, 2022 · 0 comments · Fixed by #37
Assignees
Labels
enhancement New feature or request

Comments

@somekindofwallflower
Copy link
Owner

somekindofwallflower commented Jun 14, 2022

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
1 participant