Pm (>), Carl (>>):
>> rakudo: " a b c".split(/ <.sp>+ /).perl.say
>> rakudo 35344: OUTPUT«["", "a", "b", "c"]»
>> oh, and the p5 behavior of trimming trailing fields is not in p6
>> (for split)
>> * masak submits rakudobug
>
> This looks totally correct to me. What output are you expecting
On Sun, Jan 11, 2009 at 12:20 AM, Patrick R. Michaud wrote:
> On Sat, Jan 10, 2009 at 09:45:06AM -0800, Carl Mäsak wrote:
>> rakudo: " a b c".split(/ <.sp>+ /).perl.say
>> rakudo 35344: OUTPUT«["", "a", "b", "c"]»
>> oh, and the p5 behavior of trimming trailing fields is not in p6
>> (for
On Sat, Jan 10, 2009 at 09:45:06AM -0800, Carl Mäsak wrote:
> rakudo: " a b c".split(/ <.sp>+ /).perl.say
> rakudo 35344: OUTPUT«["", "a", "b", "c"]»
> oh, and the p5 behavior of trimming trailing fields is not in p6
> (for split)
> * masak submits rakudobug
This looks totally correct to m