Execute the function. The function must return
a valid object.
String s1 = m_arg0.execute(xctxt).str();
String s2 = m_arg1.execute(xctxt).str();
int index = s1.indexOf(s2);
return (-1 == index)
? XString.EMPTYSTRING : new XString(s1.substring(0, index));