by Felix
Version 1 (May 25, 2026)
Download (18 downloads)
A very useless and unneccasairly compact example of checking if 2 words contain the same letters.
Explanation:
Using Split() to return array of all the individual letters of a word, you can use Sort() on the array for both words and check if both arrays are the same and therefor an Anagram.
Case-sensitive btw tho so just type all lowercase.
I'm too lazy to fix the spelling mistakes above so enjoy i'm gonna upload this now. I made this while waiting for my mcdonalds order. this mcdouble looks kinda fire ngl.
| 5 stars | 0 | |
| 4 stars | 1 | |
| 3 stars | 0 | |
| 2 stars | 0 | |
| 1 star | 0 | |
| Reports | 0 |
Rate and review within the app in the Community section.