Help for this page
$_ = 'bb ca de'; /(?:(.)b|.)+/i; ... /(?:(.)b|.)+/i; print "Test: 1='$1', 2='$2'\n"; # Prints: Test: 1='', 2=''