validate_polish_regon
Check the validity of a Polish REGON business registry number (9 or 14 digits). Returns a boolean indicating validity along with 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 | |||