Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nwagner84 committed Jul 7, 2023
1 parent e454c42 commit 5658dbf
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,11 @@ between `/01` and `/10`.

Simple subfield filter consists of the subfield code (single
alpha-numerical character, ex `0`) a comparison operator (equal `==`,
not equal `!=` not equal, starts with prefix `=^`, ends with suffix
`=$`, regex `=~`/`!~`, `in` and `not in`) and a value enclosed in single
quotes. These simple subfield expressions can be grouped in parentheses
and combined with boolean connectives (ex. `(0 == 'abc' || 0 == 'def')`).
not equal `!=` not equal, starts with prefix `=^`, starts not with
prefix `!^`, ends with suffix `=$`, regex `=~`/`!~`, `in` and `not in`)
and a value enclosed in single quotes. These simple subfield expressions
can be grouped in parentheses and combined with boolean connectives (ex.
`(0 == 'abc' || 0 == 'def')`).

A special existence operator can be used to check if a given field
(`012A/00?`) or a subfield (`[email protected]?` or `002@$0?`) exists. To test for
Expand Down

0 comments on commit 5658dbf

Please sign in to comment.