namecase
namecase copied to clipboard
A Javascript library for fixing the capitalization of people's names.
Hi thank you for the awesome library. I have discovered a weird case that produces an unexpected result. This is the name: **DAVID LA ROSE** This is the result: **David...
Issue: https://github.com/emgee3/namecase/issues/6
Hi thank you for the great library. I have discovered some names, that the conversion produces unexpected results. Here are my test cases: ``` [ "Yuri's", "van den Thillart", "Ruiz...
The existing regexes for middle names like 'ben', 'del', 'il' etc also fire at the beginning of the line, so ben cousins => ben Cousins and van johns => van...