Help for this page
my $digit = qr/^\d+$/; my $not_digit = reverse_regex_assertion( $digit ); ... # | # OR # (?=) # Assert true # )/x