reference/ctype/functions/ctype-space.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>
...
...
@@ -43,6 +44,7 @@
43
44
creates some sort of white space, &false; otherwise. Besides the
44
45
blank character this also includes tab, vertical tab, line feed,
45
46
carriage return and form feed characters.
47
+
&ctype.result.empty-string;
46
48
</para>
47
49
</refsect1>
48
50

...
...
@@ -88,6 +90,7 @@ The string 'string3' contains non-whitespace characters.
88
90
<member><function>ctype_cntrl</function></member>
89
91
<member><function>ctype_graph</function></member>
90
92
<member><function>ctype_punct</function></member>
93
+
<member><function>IntlChar::isspace</function></member>
91
94
</simplelist>
92
95
</para>
93
96
</refsect1>
94
97