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