namecase icon indicating copy to clipboard operation
namecase copied to clipboard

PHP package that converts names into the correct case where it is possible.

Results 5 namecase issues
Sort by recently updated
recently updated
newest added

[`Andre LaMothe`](https://en.wikipedia.org/wiki/André_LaMothe) is converted to `Andre Lamothe`

bug

https://www.reddit.com/r/AskHistorians/comments/8yilw8/why_were_the_men_who_assassinated_malcolm_x/

enhancement
question

[`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`.

bug

Currently if I pass & through, namecase changes it to &Amp; which breaks decoding. Please add an ignore for html encoded entities. `<`, `>`, `&amp`, `'` and `"`

bug