I'm not completely sure this answer belongs here but I'm looking to find patterns into an ascii file.
The file itself is composed of alphanumeric characters and I want to just check for repeating patterns in the file, disregarding of separators and disregarding of natural language words or meaning, just get the most used repeated sequences.
I don't seem to find any program already developed that can do just that (as all seem to work with words, not just sets of characters). Do you know of any application that can do that?
If there's not such an application, how would you recommend I approach at coding one?