PMDF System Manager's Guide
PMDF-REF-6.0


Previous | Contents

test printable

Test whether all characters in a string are printable-string characters.

Syntax

test printable string

Command Qualifiers Defaults
None. None.

PARAMETERS

string

String whose characters to test.

DESCRIPTION

The test printable command checks whether or not the characters in a string are all printable-string characters.


Examples

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