For the Coding Challenge:
-in a TDD manner, create a method that will take input of some search criteria i.e. "T" and return the results from a predefined list i.e. ("BANK A", "Twitter", "Netflix", "Tesla")
-implement using Java 8 features i.e. filter using Stream()
-search critieria always contains the beginning of the word, make sure the function accounts for LowerCase letters and make sure if you search for BANK A that it will search the second word as well as the first