This is a simple solution to problem of finding subtexts in a long text wihout using any library and their third party methods. o The application matches the subtext against the text, outputting the character positions of the beginning of each match for the subtext within the text.
It is written in C# with unit testing in NUnit.