On Jun 27, 2004, at 2:08 PM, A-NO-NE Music wrote:
>
>>> But I was just interested in (\s|\S).  To me, it looks contradiction.
>>> How does this work?
>>
>> It means whitespace or non-whitespace, in other words, any character.
>
> That's what I thought, but why not (\w|\d)?

That's word characters and digits; we want to include spaces.

-- 
Michael Tsai                                 <http://www.c-command.com>


Reply via email to