I'm trying to make a function to do a search, however, I encounter some troubles when I use hyphenated words.
For example string.find("hyphenated-word", "hyphenated-word") will give no result for me.
For example string.find("hyphenated-word", "hyphenated-word") will give no result for me.