validate_polish_regon
Check if a Polish REGON (business registry number) is valid. Returns its validity, the number, and digit 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 | |||