This operator compares a specified string x with a string y. If x starts with y then it returns True.
x startswith y
Returns True if the content of x starts with the string specified in y.
{persons.FIRSTNAME} startsWith "L"