reference/ctype/functions/ctype-upper.xml
e20e74073379710a4f6316734c42996c8fbf9beb
...
...
@@ -29,6 +29,7 @@
29
29
<para>
30
30
The tested string.
31
31
&note.ctype.parameter.integer;
32
+
&note.ctype.parameter.non-string;
32
33
</para>
33
34
</listitem>
34
35
</varlistentry>
...
...
@@ -41,6 +42,7 @@
41
42
<para>
42
43
Returns &true; if every character in <parameter>text</parameter> is
43
44
an uppercase letter in the current locale.
45
+
&ctype.result.empty-string;
44
46
</para>
45
47
</refsect1>
46
48

...
...
@@ -82,6 +84,7 @@ The string akwSKWsm does not consist of all uppercase letters.
82
84
<member><function>ctype_alpha</function></member>
83
85
<member><function>ctype_lower</function></member>
84
86
<member><function>setlocale</function></member>
87
+
<member><function>IntlChar::isupper</function></member>
85
88
</simplelist>
86
89
</para>
87
90
</refsect1>
88
91