I got a problem regarding searching for a string in a file.txt. Program takes input from user and searches for the string and outputs the first string that finds.
Ex: user enters NIW and program should output the string DANIWEB(DA'NIW'EB)
I can get the input from user and I dont know how to search the string.
Thanks for any help.