Generate list of all possible permutations of a string

Posted by Unkwntech on Stack Overflow See other posts from Stack Overflow or by Unkwntech
Published on 2008-08-02T06:57:57Z Indexed on 2010/04/04 18:23 UTC
Read the original article Hit count: 294

How would I go about generating a list of all possible permutations of a string between x and y characters in length, containing a variable list of characters.

Any language would work but it should be portable.

© Stack Overflow or respective owner

Related posts about language-agnostic

Related posts about string