reference/ctype/functions/ctype-graph.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>
...
...
@@ -42,6 +43,7 @@
42
43
Returns &true; if every character in <parameter>text</parameter> is
43
44
printable and actually creates visible output (no white space), &false;
44
45
otherwise.
46
+
&ctype.result.empty-string;
45
47
</para>
46
48
</refsect1>
47
49

...
...
@@ -83,6 +85,7 @@ The string 'string3' consists of all (visibly) printable characters.
83
85
<member><function>ctype_alnum</function></member>
84
86
<member><function>ctype_print</function></member>
85
87
<member><function>ctype_punct</function></member>
88
+
<member><function>IntlChar::isgraph</function></member>
86
89
</simplelist>
87
90
</para>
88
91
</refsect1>
89
92