reference/ctype/functions/ctype-alpha.xml
e20e74073379710a4f6316734c42996c8fbf9beb
...
...
@@ -34,6 +34,7 @@
34
34
<para>
35
35
The tested string.
36
36
&note.ctype.parameter.integer;
37
+
&note.ctype.parameter.non-string;
37
38
</para>
38
39
</listitem>
39
40
</varlistentry>
...
...
@@ -46,6 +47,7 @@
46
47
<para>
47
48
Returns &true; if every character in <parameter>text</parameter> is
48
49
a letter from the current locale, &false; otherwise.
50
+
&ctype.result.empty-string;
49
51
</para>
50
52
</refsect1>
51
53

...
...
@@ -86,6 +88,7 @@ The string arf12 does not consist of all letters.
86
88
<member><function>ctype_upper</function></member>
87
89
<member><function>ctype_lower</function></member>
88
90
<member><function>setlocale</function></member>
91
+
<member><function>IntlChar::isalpha</function></member>
89
92
</simplelist>
90
93
</para>
91
94
</refsect1>
92
95