{{getMsg('Help_YouAreHere')}}:
/
{{page.title}}
{{page.title}}
{{$root.getMsg("downLoadHelpAsPdf")}}
{{helpModel.downloadHelpPdfDataStatus}}
StartsWith operator
This operator compares a specified string x with a string y. If x starts with y then it returns True.
Usage:
x startswith y
Returns:
Returns True if the content of x starts with the string specified in y.
Examples:
{persons.FIRSTNAME} startsWith "L"