The following command is considered erroneous: ``` {if list-contains: $LIST.PROPERTY "[0-9]{3}"} {end} ``` The problem is the part `{3}`. If it is removed, the command is accepted.
The following command is considered erroneous:
The problem is the part
{3}. If it is removed, the command is accepted.