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