File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -3049,11 +3049,8 @@ repeat('Pg', 4) <returnvalue>PgPgPgPg</returnvalue>
3049
3049
</para>
3050
3050
<para>
3051
3051
Converts the first letter of each word to upper case and the
3052
- rest to lower case. When using the <literal>libc</literal> locale
3053
- provider, words are sequences of alphanumeric characters separated
3054
- by non-alphanumeric characters; when using the ICU locale provider,
3055
- words are separated according to
3056
- <ulink url="https://www.unicode.org/reports/tr29/#Word_Boundaries">Unicode Standard Annex #29</ulink>.
3052
+ rest to lower case. Words are sequences of alphanumeric
3053
+ characters separated by non-alphanumeric characters.
3057
3054
</para>
3058
3055
<para>
3059
3056
<literal>initcap('hi THOMAS')</literal>
You can’t perform that action at this time.
0 commit comments