From: Jeffrey Friedl Date: Fri, 20 Jul 2001 22:59:25 +0000 (-0700) Subject: Re: [ID 20010720.010] WHere's [:isprint:]? X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e378c047dd913f3f75f4b040edf9593573737085;p=p5sagit%2Fp5-mst-13.2.git Re: [ID 20010720.010] WHere's [:isprint:]? Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com> p4raw-id: //depot/perl@11440 --- diff --git a/ext/POSIX/POSIX.pod b/ext/POSIX/POSIX.pod index 992b2e5..350f897 100644 --- a/ext/POSIX/POSIX.pod +++ b/ext/POSIX/POSIX.pod @@ -617,7 +617,7 @@ C construct instead. 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 @@ -636,12 +636,15 @@ C construct instead. 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. +(Note that C and C are slightly different in that +C can normally match a vertical tab, while C does +not.) =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