my regex line { ^^ (\w+) :my $s; \h+ $s $=\N* $s # Note the foo bit here ... $$ } is ('bang !one!' ~~ m//), 'one', 'is bang!one'; # ... and here