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
*******************8
Yes. I understood.
\s is a space. \b is space or begin or end!!
thank you,
Jay
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>