C#C
C#9mo ago
VoidPointer

Find all instances of a substring in a string

I would like to try and find all occurrences of a substring in a string without regex, and without looping through the string with IndexOf. Is this possible? Oh don't ask why, it's really an experimental, academic exercise.
Was this page helpful?