Find Hidden 4 letter codes in a string about 5150 characters
I have a string of approximately 5150. It might even be in a foreign language. I want a program that if I write into an input box a 4 lettered word and press enter, the program will search in equal intervals from 1 to 1715 where my 4 lettered word might be encoded into the text. so for example if I type in the name JACK and have a string xbJJrAAnCCpKKvv the output will tell me that JACK is encoded by the 3rd element of the array, the 6th element, the ninth and the 12th It is also encoded in …
Original post by Freelancer.com - New Projects