My requirement is to find if a unknown string of 4 chars is repeating of a string of length 16.
So basically, INPUT : "shgtHellorhecHello" Should return true.
Only known thing to us is that the repeating substring if of 4 chars and the full string is if 16 chars.
Please help