AMPscript Has A 'Contains' Function, It's Just Not Obvious
Need to check if one string contains another? Probably constantly. It's surprising that with how many string comparison operators and functions AMPscript has, there isn't a contains operator or a Contains() function.
Not to worry, you can do it with ...
ampscript-ninja.hashnode.dev3 min read