How can I open all the text file within a folder and get a string ? For example this is all the word in a txt file:
HelloWorld 
Hi 
HelloUser. 
I want to get all the word with a Hello in the word and store it in an array.
I want to store it in an array not to return if its true or not.
