Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
there are about 10 $match's, set based on another condition. This is the only one that I have been unable to get working.my $match = '[^\D]'; print "non digits found" if $str !~ /$match/g;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: matching digits and characters
by BrowserUk (Patriarch) on Aug 22, 2003 at 16:26 UTC | |
by tye (Sage) on Aug 22, 2003 at 16:46 UTC | |
by BrowserUk (Patriarch) on Aug 22, 2003 at 16:59 UTC | |
Re: matching digits and characters
by davido (Cardinal) on Aug 22, 2003 at 17:31 UTC | |
Re: matching digits and characters
by chunlou (Curate) on Aug 22, 2003 at 16:21 UTC |