Help for this page
sub x_regex { my $regex = shift; $regex =~ s/^(.*?)\?(.*?)$/$2/; return $regex; }