Ends with - smbc-digital/form-builder GitHub Wiki
Ends With
Syntax
 {
            "conditionType": "EndsWith",
            "comparisonValue": "ov",
            "questionId": "Name"
 }
If the name ends with ov. The condition returns true
 {
            "conditionType": "EndsWith",
            "comparisonValue": "ov",
            "questionId": "Name"
 }
If the name ends with ov. The condition returns true