in reply to Re: zero-width assertions for extended regular expressionsin thread zero-width assertions for extended regular expressions
$ perl -e 'my $string = "54W"; warn "1 true\n" if $string =~ /(?<=4)W/ +;' 1 true [download]