Welcome to the eleventh codegolf challenge! For this one, I'm trying something a little different. You will be given a long string, and there may or may not be an emoticon in it. Unfortunately, I've been diagnosed with prosopagnosia! This means that I can't find faces. You have to scan the text to determine whether any of these emoticons is in it: :) :D ;) :( (: ): D: Output as "true" or "false". Test cases: abcdefgh:a) -> false ::::Dawjefoij -> true ;( -> true awefhiu:::::::awefjioDD);qwerty -> true You may also detect :d and d: if needed.