Hello, suppose I have a string that has length n.
Now if m<n is given, I want to find all substrings which have a fix length m.
Is there a quick way?

Thanks for share your code.