validate_issn
Verify an ISSN by checking its mod-11 check digit. Returns the expected digit when the provided check digit is invalid.
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). |