Name

contains( ) — returns true if the src string contains the substr string

Synopsis

Defined in: XPath 1.0
Parameters: string src (required); string substr (required)
Return type: boolean

This example returns true:

contains('Hello World!', 'r')

Get XForms Essentials now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.