{{sidenavigation.sidenavigationExpandLabel}}
{{getMsg('Help_YouAreHere')}}: {{page.title}} {{page.title}}
{{$root.getMsg("downLoadHelpAsPdf")}} {{helpModel.downloadHelpPdfDataStatus}}

In String operator

Checks if the string specified in y contains the string specified in x.

Usage:

x in y

Returns:

True if string x is a part of string y.

Examples:

"abc" in "acabcba"
-> Returns True.
i-net Clear Reports
This application uses cookies to allow login. By continuing to use this application, you agree to the use of cookies.


Help - In String