-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add A-Trust / Handy-Signatur - Fixes #21
Example message: ``` Handy-Signatur für eid.oesterreich.gv.at Vergleichswert v 7 n M Z S S H 6 l TAN 4 u 8 k u f Bitte überprüfen Sie alle Werte! (5 Min. gültig) ``` This adds the following regex alternative for code in the generalCodeMatcher |( [\d\u0660-\u0669\u06F0-\u06F9a-zA-Z0-9]){4,} This matches values that look like "[space][character]" It specifically matches one space then exactly one character to avoid including regular text into the parsed output
- Loading branch information
Showing
2 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters