> -----Original Message-----
> From: William Black [mailto:[EMAIL PROTECTED] 
> Sent: Friday, January 07, 2005 08:42
> To: beginners@perl.org
> Subject: re: Search And Replace
> 
> 
> Hello All
> 
> I'm tryiing to search and replace in both perl and korn shell.
> 
> For Example:
> 
> X=G1234V00
> 
> I want to replace all occurences of 'V' with 'v' in both perl 
> and korn shell
> 
> William Black

In Perl, you can use ucase and lcase.
In Korn, you can use tr  (see man pages for details)

Larry 

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to