regorus 0.10.1

A fast, lightweight Rego (OPA policy language) interpreter
Documentation
1
2
3
4
5
6
7
test_cases:
  - name: to_lower_true
    condition: "ToLower('AbC') StringEquals 'abc'"
    expected: true
  - name: to_lower_false
    condition: "ToLower('AbC') StringEquals 'ABC'"
    expected: false