MARC::Spec::Comparisonstring(3pm) | User Contributed Perl Documentation | MARC::Spec::Comparisonstring(3pm) |
MARC::Spec::Comparisonstring - comparison string specification
use MARC::Spec; my $ms = MARC::Spec->new('245{$a~\marc}); say ref $ms->field->subspecs->[0]->rightSubTerm; # MARC::Spec::Comparisonstring
MARC::Spec::Comparisonstring is the comparison string specification of a MARC::Spec. See MARCspec - A common MARC record path language <http://marcspec.github.io/MARCspec/> for further details on the syntax.
Create a new MARC::Spec::Comparisonstring instance.
Returns the spec as a string.
Obligatory. The raw comparison string with escaped characters.
Obligatory. The comparison string without the escaping "\".
Carsten Klee "<klee at cpan.org>"
This software is copyright (c) 2016 by Carsten Klee.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Please report any bugs to <https://github.com/MARCspec/MARC-Spec/issues>
2022-06-15 | perl v5.34.0 |