trinodb/trino

Add function to convert strings to title case.

Closed

#2,942 opened on Feb 25, 2020

 (23 comments) (1 reaction) (1 assignee)Java (2,678 forks)batch import
enhancementgood first issuesyntax-needs-review

Repository metrics

Stars
 (9,113 stars)
PR merge metrics
 (Avg merge 5d 9h) (306 merged PRs in 30d)

Description

According to the Presto docs, there is not currently a function to convert a string to title case.

Contributor guide