Catmandu::Fix::Condition::mab_match - Conditionals on MAB2 fields
Contents
Copyright And License
This software is copyright (c) 2013 by Johann Rolschewski.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5
programming language system itself.
perl v5.36.0 2022-12-04 Catmandu::Fix:...tion::mab_match(3pm)
Description
Read our Wiki pages at <https://github.com/LibreCat/Catmandu/wiki/Fixes> for a complete overview of the
Fix language.
Name
Catmandu::Fix::Condition::mab_match - Conditionals on PICA fields
See Also
Catmandu::Fix
Synopsis
# mab_match(PICA_PATH,REGEX)
if mab_match('245','My funny title')
add_field('my.funny.title','true')
end
