Search found 1 match

by Jewell26
Tue May 14, 2019 6:08 am
Forum: Object Identification and Technologies
Topic: XPath - Contains()
Replies: 8
Views: 7932

Re: XPath - Contains()

1 Overview. The contains() function tests whether a string attribute contains a specific string (case-insensitive) as a sub-string.
2 Example. This query returns all the customers from which the name contains the string an : //Sales.Customer[contains(Name, 'an')] Java. Copy.