Add simple GS1 "Digital Link" and "Element String" support
Also has a regex for some known promotional URLs that don't adhere to the Digital Link standard.
This commit is contained in:
parent
0dcacfc659
commit
8f781dae6c
2 changed files with 36 additions and 1 deletions
|
@ -46,5 +46,6 @@ products # matches product IDs (barcodes)
|
|||
market # also matches product IDs
|
||||
users # matches usernames
|
||||
#regex_angel # matches SHA2017/MCH2022 angel badges
|
||||
url # matches URLs
|
||||
regex_gtin # matches GTINs in URLs and element strings
|
||||
url # matches other URLs
|
||||
#deprecated_raw # matches amounts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue