in reply to Re: zero-width assertions for extended regular expressions
in thread zero-width assertions for extended regular expressions

Yep.
$ perl -e 'my $string = "54W"; warn "1 true\n" if $string =~ /(?<=4)W/ +;' 1 true