-----Original Message-----
From: Jayakumar Rajagopal [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 14, 2004 11:16 AM
To: Beginners Perl
Subject: "\s" eq "\b" ?


hi friends,
in regexp, I feel \s and \b behaves same.
can someone send me a contradiction ?
thanks,
Jay

-----End Orig Message-----

In the string 'This is a sentance.'

/ce\b/ matches
/ce\s/ does not match


The more information you can give about the context of your question, the
better your response will be.

Why did you feel they behaved the same?  Why did you want to know?

                        /\/\ark



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to