Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 730 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 730 Bytes

simple-search-engine

Stage 6 of 6 for JetBrains Academy Kotlin Simple Search Engine project. The program loads a given file - through the command line argument --data - into an array ( if no filename is given, this version will load the file names.txt ) so that the user can search names and email addresses with All, Any, and None commands. Where All - only prints a result if all words are found in the same line, Any - prints all matching lines for each word, and None - prints every line that doesn't match each given word.

Requirements

simpleSearchEngine