social_security_number
social_security_number copied to clipboard
Proposal: Add format_regexps to Country::XX
What do you think about, adding class method format_regexps
to every country, which returns array of regular expressions which are used to validate the format.
In our case we need to find personal code/social security number from payment description, and because this gem already knows the format regexps, it would be awesome to get this information from this gem.