A word is on the loose and now has tried to hide amongst a crowd of tall letters! Help write a function to detect what the word is, knowing the following rules:
detect_word("UcUNFYGaFYFYGtNUH") ➞ "cat"
detect_word("bEEFGBuFBRrHgUHlNFYaYr") ➞ "burglar"
detect_word("YFemHUFBbezFBYzFBYLleGBYEFGBMENTment") ➞ "embezzlement"
N/A