I know that using * after a substring works as a “starts with” operator (similar to the SQL clause LIKE 'substring%'). Is there a similar operator for “ends with” or “contains,” comparable to the SQL clauses LIKE '%substring' or LIKE '%substring%', respectively?