my $x = ""; if($x!~//g) { print "\n There is true data\n"; }
my $x = " "; # just spaces if($x!~/\s+/g) { print "\n There is true data\n"; }
In reply to Re^2: Regular Expression Help!
by Anonymous Monk
in thread Regular Expression Help!
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |