Catmandu::Fix::Condition::all_equal(3pm) | User Contributed Perl Documentation | Catmandu::Fix::Condition::all_equal(3pm) |
Catmandu::Fix::Condition::all_equal - Execute fixes when all path values equal a string value
This fix is meant as an simple alternative to Catmandu::Fix::Condition::all_match. No regular expressions are involved. String are compared using the regular operator 'eq'.
# all_equal(X,Y) is true when value of X == 'Y' if all_equal('year','2018') add_field('my.funny.title','true') end # all_equal(X,Y) is false when value of X == 'Ya'
Catmandu::Fix , Catmandu::Fix::Condition::any_equal
2023-03-03 | perl v5.36.0 |