Skip to content

Commit

Permalink
Update scalar_functions.md docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tlm365 committed Dec 13, 2024
1 parent 23089aa commit 810977c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/source/user-guide/sql/scalar_functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -1046,9 +1046,7 @@ find_in_set(str, strlist)

### `initcap`

Capitalizes the first character in each word in the ASCII input string. Words are delimited by non-alphanumeric characters.

Note this function does not support UTF-8 characters.
Capitalizes the first character in each word in the input string. Words are delimited by non-alphanumeric characters.

```
initcap(str)
Expand Down

0 comments on commit 810977c

Please sign in to comment.