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