make /\S/ match the same things /[\S]/ matches; likewise for
authorGurusamy Sarathy <gsar@cpan.org>
Fri, 18 Feb 2000 04:44:28 +0000 (04:44 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Fri, 18 Feb 2000 04:44:28 +0000 (04:44 +0000)
commit9442cb0ec25041ea5b061c40868e0a3c8bfbb2ab
tree5daab49f90f4f56ab0c78b3f182bbbf7c9c2bc15
parentdc333d646a9558aeba3e1eead33465178e854942
make /\S/ match the same things /[\S]/ matches; likewise for
\D (from Rick Delaney <rick@consumercontact.com>)

p4raw-id: //depot/perl@5126
regexec.c
t/op/pat.t