i need to "permutate" my name in all different ways possible, but don't know how. It is for a console application written in C# and need to then save it in a dictionary. Name is Jake.
looking for a output of: JAKE jake JaKe j@k3 J@KE ect.
please help