Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 334 Bytes

File metadata and controls

4 lines (3 loc) · 334 Bytes

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.