namecase
namecase copied to clipboard
PHP package that converts names into the correct case where it is possible.
[`Andre LaMothe`](https://en.wikipedia.org/wiki/André_LaMothe) is converted to `Andre Lamothe`
https://www.reddit.com/r/AskHistorians/comments/8yilw8/why_were_the_men_who_assassinated_malcolm_x/
[`Al Lowe`](https://en.wikipedia.org/wiki/Al_Lowe) and [`Ed Oates`](https://en.wikipedia.org/wiki/Ed_Oates) are converted to `al Lowe` and `ED Oates`.
Currently if I pass & through, namecase changes it to &Amp; which breaks decoding. Please add an ignore for html encoded entities. `<`, `>`, `&`, `'` and `"`
Possible fix for #20