Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 416 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 416 Bytes

An MVC application that fulfils the following requirements:

  • Accepts two strings as input parameters: one string is called "text" and the other is called "subtext" in this problem statement.

  • The application matches the subtext against the text, outputting the character positions of the beginning of each match for the subtext within the text.

  • Multiple matches are possible.

  • Matching is case insensitive.