http://www.perlmonks.org?node_id=1026612


in reply to Re: about word boundary in RE
in thread about word boundary in RE

Isn't there a word boundary before the whitespace? If (.+\b) already match, why I need the \s? I thought the output will be the first "asd" but not.