Dear Perl6istes,

How does one express in a perl6 match pattern that if a certain subpattern
is present the match fails.

I had expected something like:

$txt ~~ s/... -[ unwanted \s+ pattern ] .../ .../;

 but its not that.  Can't find it in S05.

Thank you,

Peter Schwenn

Reply via email to