identique / idnumbers

idnumbers: Unlocking the power of national ID numbers
https://identique.github.io/idnumbers/
MIT License
11 stars 3 forks source link

Build a tiny tool for all ID number's regular expressions #257

Open microdataxyz opened 1 year ago

microdataxyz commented 1 year ago

Is your feature request related to a problem? Please describe. In some less restricted scenarios, people would like to validate the value by regular expressions. In these scenarios, we would like to use a very lightweight library to do the validation as fast as possible.

Describe the solution you'd like Collect all regular expressions from our current codebase and publish a new library for developers.

Describe alternatives you've considered The API service would also help.

Additional context Different programming languages might have different regular expression dialects.