Scratch's first and only anagram generator, able to find every combination of the characters in a string. This was a remarkable challenge to do for @darkgujji, and I hope he uses this well. Just be careful with strings of length > 6. They can take up to an hour to find all combinations. Updated, now it can estimate the number of combinations. However, strings with more than one of the same letter will have less combinations than estimated, but this is expected.