xbl12
Programmer
- Dec 12, 2006
- 66
Hi;
I got a string(myString)which will be replaced some letter. and also i got another two of string, one is fromlatter="asdfghjkl.."
, and another one is tolatter="olik90=ky...", the two strings of the fromlatter and to latter are same length, the length may be more than
200.
And i want to if myString has a letter a will change to o, s=>l, d=>i, f=>k .. and so on.
Could anyone tell me how to do that, please.
I got a string(myString)which will be replaced some letter. and also i got another two of string, one is fromlatter="asdfghjkl.."
, and another one is tolatter="olik90=ky...", the two strings of the fromlatter and to latter are same length, the length may be more than
200.
And i want to if myString has a letter a will change to o, s=>l, d=>i, f=>k .. and so on.
Could anyone tell me how to do that, please.