I want it to match any 4 characters that match from the beginning of the string. It will be checking for corruptness of a file. If the file is supposed to be
Then i want to make sure it doesnt have any repeating characters that are 4,8, and 16 characters long. So if this above string was:
Difference in these two string are the Repeating characters 0A0A at the beginning of the string. if it finds repeating characters then it will terminate the program and not continue because its checking for corruptness.