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.
Here is a link that describes how to print permutations of a string.
http://nipun-linuxtips.blogspot.in/2012/11/print-all-permutations-of-characters-in.html