Hi, There is an string, if each letter in the string is not belong to 
[a-z][A-Z][0-9], I want to change it to "+".
 eg. my $str = "3ijZ()a";if($str !~ /[a-z][A-Z][0-9]/){add code here}print 
$str; #output will be: 3ijZ++a please help me complete this code. Thanks
org
_________________________________________________________________
Are you a friend magnet? Play now to win prizes for you and your friends!
http://clk.atdmt.com/GBL/go/106906016/direct/01/?href=http://www.friendmagnet.com.au

Reply via email to