XSLT » XPath Core Functions » contains

Syntax:
true | false = contains(value, substring)

The contains function determines if the substring argument is contained within the value argument and, if yes, returns a true. If no, a false is returned.