Validate Polish Regon
validate_polish_regonCheck if a Polish REGON business registry number (9 or 14 digits) is valid. Returns validity status, the number, and its length.
Instructions
Validate a Polish REGON (business registry number — 9 or 14 digits).
Returns {'valid': bool, 'regon': str, 'length': int}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| regon | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||