Share via


contains Function (Windows Embedded CE 6.0)

1/6/2010

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

Syntax

            boolean contains(string, string)

Parameters

  • string
    A string.
  • string
    A string.

Return Value

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

Remarks

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

The following function call returns False.

contains("mysampletest", "oba")

See Also

Reference

XPath String Functions