Hi... I need replace in my string the characters in upperCase for the same but preceding the simbol +.
Ex.: $myName="RicardoPichler"; s/.../.../g; # to do this return "+Ricardo+Pichler"; but like this: $myName=~s/[A-Z]/\+[A-Z]/g; but this donīt work. Can anyone help-me? Thanks in advance! Regards, Ricardo Pichler -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]