Last updated:
0 purchases
iqama validator
iqama_validator #
IqamaValidator can be used to check if a string contains a valid Saudi Arabia Iqama number or a National ID number.
Usage #
Pass the Iqama number or Saudi National ID number as a string to IqamaValidator's validate method.
bool status = IqamaValidator.validate("<iqamaNumber>");
copied to clipboard
The response is a bool. It is true if the string was a valid Iqama/Saudi national ID number.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.