Snippets tagged “multibyte”
1 snippet uses this tag.
- Title case a string containing one or more last names while handling names with apostrophesPHP
In PHP, you can use the ucwords() function to convert a string to title case.
1 snippet uses this tag.
In PHP, you can use the ucwords() function to convert a string to title case.