XSLT » XPath Core Functions » substring-after

Syntax:
string = substring-after(string, substring)

The substring-after function returns a portion out of the string specified in the string argument that occurs after the substring specified in the substring argument.