Previous | Next | Contents | Index |
Test whether all characters in a string are printable-string characters.
test printable string
Command Qualifiers Defaults None. None.
string
String whose characters to test.
The
test printable
command checks whether or not the characters in a string are all printable-string characters.
This example shows checking one string that does consist entirely of printable string characters, "abc", and another string that does not, "ab@".
% pmdf test -x400 X400> test printable abc Yes X400> test printable ab@ No
Previous | Next | Contents | Index |