From: Mark-Jason Dominus Date: Fri, 20 Jul 2001 23:16:54 +0000 (-0400) Subject: Re: [ID 20010720.010] WHere's [:isprint:]? X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b333426c2fe36826d162c623c60ffd9945f557d9;p=p5sagit%2Fp5-mst-13.2.git Re: [ID 20010720.010] WHere's [:isprint:]? Message-ID: <20010721031654.21877.qmail@plover.com> p4raw-id: //depot/perl@11439 --- 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