social_security_number icon indicating copy to clipboard operation
social_security_number copied to clipboard

Proposal: Add format_regexps to Country::XX

Open legendetm opened this issue 6 years ago • 0 comments

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.

legendetm avatar Feb 05 '19 09:02 legendetm