I have a text as A & 1. I want to get a five letter word using this "A & 1" characters alone.
So I need to find all the possible combination of this A & 1 when they form a 5 letter word.
Sample Output
combination 1 - A1AAA
Combination 2 - AAAA1
Combination 3 - AA1AA
Like this I need all the possible 5 word combination using only A & 1 as input data