ATYY4F6DCGJMRQAHBEWP3TU2UNHASO5IW2GFAU6UUQLQGFTNNGRAC
if(type.includes('cookie')){
title = title
.toLowerCase()
.replace(/\b(cookies|cookie|soft+\s+baked)\b/g, '')
.trim();
}
if(type.includes('chocolate')){
title = title
.toLowerCase()
.replace(/\b(chocolate|bar|square|milk|mlk)\b/g, '')
.trim();
}
if(type.includes('tea')){
title = title
.toLowerCase()
.replace(/\b(tea)\b/g, '')
.trim();
}