my ($test) = @ARGV; unless (defined($test) && test =~ /^[01]+$/) { die "..."; } my @test_queue = split('', $test);
In reply to Re: regexp - character class containing zero does not find zero
by tadman
in thread regexp - character class containing zero does not find zero
by princepawn
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |