I have a macro expression that is as follows in K12 Portal Engine:if (!String.IsNullOrWhitespace(MyPageTypeString)) { if (MyPageTypeString.Trim().Contains(@xxxx.xxxx.net@)) { //do something } ...