Module pica_record::matcher::subfield

source ·
Expand description

Matcher that can be applied on a list of SubfieldRef.

Structs§

  • A matcher that checks the number of occurrences of a subfield.
  • A matcher that checks for the existance of subfields.
  • A matcher that checks if a subfield value is in a predefined list.
  • A matcher that checks a subfield value against a regex.
  • A matcher that checks a subfield value against a regex set.
  • A matcher that checks relations between (string) values.

Enums§

  • A matcher that checks for the singleton matcher.
  • A matcher that allows grouping, negation and connecting of singleton matcher.