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 @@ -2926,11 +2926,8 @@ repeat('Pg', 4) <returnvalue>PgPgPgPg</returnvalue>
2926
2926
</para>
2927
2927
<para>
2928
2928
Converts the first letter of each word to upper case and the
2929
- rest to lower case. When using the <literal>libc</literal> locale
2930
- provider, words are sequences of alphanumeric characters separated
2931
- by non-alphanumeric characters; when using the ICU locale provider,
2932
- words are separated according to
2933
- <ulink url="https://www.unicode.org/reports/tr29/#Word_Boundaries">Unicode Standard Annex #29</ulink>.
2929
+ rest to lower case. Words are sequences of alphanumeric
2930
+ characters separated by non-alphanumeric characters.
2934
2931
</para>
2935
2932
<para>
2936
2933
<literal>initcap('hi THOMAS')</literal>
You can’t perform that action at this time.
0 commit comments