that can take a word and give me all possible combinations of the letters in it? I'm trying to come up with a new last name and it would be much easier to do it if I could find one!
Try an anagram solver. I think it'll do roughly the same thing.
that just gives me actual words, not randomization of letters.
What I want is something that will take something like "hello" and make
hello
elloh
llohe
olehl
etc
You're looking for permutations
Try this one [url]http://users.telenet.be/vdmoortel/dirk/Maths/permutations.html[/url]
(First on google for "permutation generator")
Thanks
Sorry, you need to Log In to post a reply to this thread.