reference/ctype/functions/ctype-punct.xml
e20e74073379710a4f6316734c42996c8fbf9beb
...
...
@@ -32,6 +32,7 @@
32
32
<para>
33
33
The tested string.
34
34
&note.ctype.parameter.integer;
35
+
&note.ctype.parameter.non-string;
35
36
</para>
36
37
</listitem>
37
38
</varlistentry>
...
...
@@ -44,6 +45,7 @@
44
45
<para>
45
46
Returns &true; if every character in <parameter>text</parameter>
46
47
is printable, but neither letter, digit or blank, &false; otherwise.
48
+
&ctype.result.empty-string;
47
49
</para>
48
50
</refsect1>
49
51

...
...
@@ -84,6 +86,7 @@ The string *&$() consists of all punctuation.
84
86
<simplelist>
85
87
<member><function>ctype_cntrl</function></member>
86
88
<member><function>ctype_graph</function></member>
89
+
<member><function>IntlChar::ispunct</function></member>
87
90
</simplelist>
88
91
</para>
89
92
</refsect1>
90
93