I'm not sure how it iterprets exactly, but I think you need actually(?=a|b|c)
orperl -e '$_ = "(b)."; /\([abc]\)/ && do { print "match!\n"; };'
perl -e '$_ = "(b)."; /\((a|b|c)\)/ && do { print "match!\n"; };'
In reply to Re: Why does this simple grouping regex not match?
by fisher
in thread Why does this simple grouping regex not match?
by december
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |