Hi experts.
I'm in need for your help. is it able to create a software who can check if a text file contain a text for example
Words.txt has few words inside like: "work, job, play, study, go, house" and at Words1.txt have words like: " People, fun, jokes"
can the software pick People from Words1.txt and play from Words.txt?
like this is not possible I know but I was thinking for something like after the word at the .txt file have a description or tag. something like:
Ani | Human, my friend, boy
Car | Vecycle, object with 4 wheels
Play | Enjoyment etc
the project pick only the word People not the tag or the description
is this able to do? months ago I saw someone who did something like this for a software who save data in MySQL, but not to make the software delay 0.5 seconds. All the data he save in .txt files with description but when open the software the "tag/description" was not shown, only the name.