Microsoft XML SDK 2.6 - XSLT Reference

contains Function

Returns True if the first argument string contains the second argument string; otherwise returns False.

boolean contains(string, string)

Remarks

If an argument is not of type string, it is first converted to a string and then evaluated.

The following function call returns True:

contains("foobar", "oba")

See Also

XML Data Types Reference