validate_issn
Verifies ISSN (serial/journal identifier) check digits using mod-11, returning the expected digit when validation fails. Ensure ISSN accuracy before use.
Instructions
USE THIS to verify an ISSN (serial/journal identifier) before relying on it. Checks the mod-11 check digit (which may be 'X') and returns the expected digit when it fails.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issn | Yes | The ISSN (8 chars; hyphen ignored). |