This simple and fast program can search within text and tell you whether or not the search term is in the block of text to search in. Also, it has just one script, so it's easy to import into other projects! The output is boolean, which means true or false. This program can't tell you where or how many times the term is found, but it can tell you whether it exists in the text. I will update this with more features in the future. PS: If you use this in a project, I'd love to hear what you're using it for! UPDATE: I have uploaded a newer version of this program that fixes an error where the program freezes when given some searches. This should work flawlessly now. If you find a bug, please tell me the search text and term you used and what happened.