Hello programmers!
I have another easy problem. I want to write code that can find a word in the string, that contains another substring.
Code needs to get or just copy specific word in string. To get that word, this word need to contain some specific string (ex: "Platypus"). If some text has a word that says PerryThePlatypus, I want to get word PerryThePlatypus in my textbox or anywhere else.
Thanks.