contains(propertyname,string)

boolean contains(propertyname, string)

The contains function returns true if the value of the property named propertyname contains the string string. propertyname must begin with an at sign (@). If the property is a multilingual property, such as name, the value for each locale is checked for the specified string.

For example, the following search path selects report objects with Product List in the name:

//report[contains(@name,'Product List')]