From b333426c2fe36826d162c623c60ffd9945f557d9 Mon Sep 17 00:00:00 2001 From: Mark-Jason Dominus Date: Fri, 20 Jul 2001 19:16:54 -0400 Subject: [PATCH] Re: [ID 20010720.010] WHere's [:isprint:]? Message-ID: <20010721031654.21877.qmail@plover.com> p4raw-id: //depot/perl@11439 --- ext/POSIX/POSIX.pod | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/ext/POSIX/POSIX.pod b/ext/POSIX/POSIX.pod index 9eb9116..992b2e5 100644 --- a/ext/POSIX/POSIX.pod +++ b/ext/POSIX/POSIX.pod @@ -582,13 +582,13 @@ see L. This is identical to the C function, except that it can apply to a single character or to a whole string. Consider using regular expressions and the -C construct instead, or possibly the C construct. +C construct instead, or possibly the C construct. =item isalpha This is identical to the C function, except that it can apply to a single character or to a whole string. Consider using regular expressions and the -C construct instead. +C construct instead. =item isatty @@ -599,55 +599,55 @@ to a tty. Similar to the C<-t> operator, see L. This is identical to the C function, except that it can apply to a single character or to a whole string. Consider using regular expressions and the -C construct instead. +C construct instead. =item isdigit This is identical to the C function, except that it can apply to a single character or to a whole string. Consider using regular expressions and the -C construct instead, or the C construct. +C construct instead, or the C construct. =item isgraph This is identical to the C function, except that it can apply to a single character or to a whole string. Consider using regular expressions and the -C construct instead. +C construct instead. =item islower This is identical to the C function, except that it can apply to a single character or to a whole string. Consider using regular expressions and the -C construct instead. Do B use C. +C construct instead. Do B use C. =item isprint This is identical to the C function, except that it can apply to a single character or to a whole string. Consider using regular expressions and the -C construct instead. +C construct instead. =item ispunct This is identical to the C function, except that it can apply to a single character or to a whole string. Consider using regular expressions and the -C construct instead. +C construct instead. =item isspace This is identical to the C function, except that it can apply to a single character or to a whole string. Consider using regular expressions and the -C construct instead, or the C construct. +C construct instead, or the C construct. =item isupper This is identical to the C function, except that it can apply to a single character or to a whole string. Consider using regular expressions and the -C construct instead. Do B use C. +C construct instead. Do B use C. =item isxdigit This is identical to the C function, except that it can apply to a single character or to a whole string. Consider using regular expressions and the -C construct instead, or simply C. +C construct instead, or simply C. =item kill -- 2.7.4