{{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.