| Catmandu::Fix::Condition::any_match(3pm) | User Contributed Perl Documentation | Catmandu::Fix::Condition::any_match(3pm) |
NAME¶
Catmandu::Fix::Condition::any_match - only execute fixes if any path value matches the given regexSYNOPSIS¶
# uppercase the value of field 'foo' if field 'oogly' has the value 'doogly'
if any_match(oogly, "doogly")
upcase(foo) # foo => 'BAR'
end
SEE ALSO¶
Catmandu::Fix| 2017-01-04 | perl v5.24.1 |