U
Ulf Christenson
Hello!
I would like to get all replacements of a letter in a word.
For example "a" can be treated as "e" as well and vice versa
I have the word "abcdefabcdefabcdef".
From this word I would like to get the following "equivalents":
1) "AbcdEfAbcdEfAbcdEf"
2) "EbcdEfAbcdEfAbcdEf"
3) "EbcdAfAbcdEfAbcdEf"
4) "EbcdAfEbcdEfAbcdEf"
5) "EbcdAfEbcdAfAbcdEf"
etc...
But I don't really know how I can put this into a function or call.
Ulf
I would like to get all replacements of a letter in a word.
For example "a" can be treated as "e" as well and vice versa
I have the word "abcdefabcdefabcdef".
From this word I would like to get the following "equivalents":
1) "AbcdEfAbcdEfAbcdEf"
2) "EbcdEfAbcdEfAbcdEf"
3) "EbcdAfAbcdEfAbcdEf"
4) "EbcdAfEbcdEfAbcdEf"
5) "EbcdAfEbcdAfAbcdEf"
etc...
But I don't really know how I can put this into a function or call.
Ulf