name-initials
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "name-initials", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "A JavaScript utility library to extract initials from names.", | ||
@@ -5,0 +5,0 @@ "main": "lib/name-initials.js", |
@@ -38,7 +38,24 @@ # name-initials | ||
# Specifications | ||
See the ````__tests__```` directory on the GitHub repository. | ||
# Input => Output | ||
* E. => E | ||
* Eric => E | ||
* E. Vera => EV | ||
* Eric V. => EV | ||
* Eric A. E. => EA | ||
* Eric A. E. Vera => EV | ||
* Eric A. Vera => EV | ||
* Eric A. Vera Perez => EV | ||
* Eric Vera-Perez => EV | ||
* Eric A. Vera-Perez => EV | ||
* Eric Vera Perez => EV | ||
* Eric A. de Vera Perez => ED | ||
* Eric A. de Vera-Perez => ED | ||
* Eric A. Perez-de Vera => EP | ||
* Eric A. Perez de Vera => EP | ||
* Eric (Instructor Somewhere) => E | ||
* Éric Vera => ÉV | ||
* Vera-Perez => VP | ||
* Eric "No Nickname" Vera => E | ||
# License | ||
[MIT](https://github.com/ericvera/name-initials/blob/master/LICENSE) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7005
60