User Portlet User Portlet

Discussions
There are a thousand different ways to skin this cat: Insert a special character between Y and E and then split the string by that character: StringSplit[StringReplace["XXXYEXXX", {"YE" -> "Y-E", "YE" -> "Y-E"}], "-"] Or maybe it's best...