I found out that when you search a string inside a string, it searches for the specific string with spaces in both sides included. But, in my other programming language, it does detect the exact text whether it's part of a word/character, etc. Is there any way to search for a string even when it's between characters, etc.

