Capitalize All The Words
Last updated
Was this helpful?
Last updated
Was this helpful?
PostgreSQL provides the string function initcap()
as a way of capitalizing all words. In the process, it cleans up the casing of the remaining parts of the words.
Here are some examples of how it works.
See the for more details.