https://github.com/mlouielu/valid-name-list
Make sure your website form validation and program pass these name.
https://github.com/mlouielu/valid-name-list
form form-validation name-validation validation
Last synced: over 1 year ago
JSON representation
Make sure your website form validation and program pass these name.
- Host: GitHub
- URL: https://github.com/mlouielu/valid-name-list
- Owner: mlouielu
- Created: 2017-06-27T07:50:26.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-27T08:23:07.000Z (about 9 years ago)
- Last Synced: 2025-01-30T14:29:41.703Z (over 1 year ago)
- Topics: form, form-validation, name-validation, validation
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Valid Name List
---------------
Make sure your website form validation and program pass these name.


So why we need this ?
---------------------
A personal name isn't that easy with only one given name concat with one surname.
Common componets of names include:
* Personal name
* Patronymic
* Matronymic
* Family name
For example, Romanian name usually consists of a given name and a surname. But
in offcial documents, surnames usually appear before given names. In Spanish naming,
it consists of a given name followed by two family names. Eastern Slavic naming
usually consists of a given name, patronymic and family name. In Taiwan, the family
name will concat wiht given name, and usually with one (family name) and two (given name) words.
Abbr.
-----
NMN = No Middle Name
PTY = Patronymic
Read More
---------
* [Falsehoods Programmers Believe About Names](https://www.kalzumeus.com/2010/06/17/falsehoods-programmers-believe-about-names/)
* [Personal name](https://en.wikipedia.org/wiki/Personal_name)
* [Eastern Slavic naming custom](https://en.wikipedia.org/wiki/Eastern_Slavic_naming_customs)
* [Malaysian names](https://en.wikipedia.org/wiki/Malaysian_names)