Or you can even do it without the parens: $stri = lc $stri;
--Dks On Fri, Oct 24, 2003 at 09:26:40PM -0700, [EMAIL PROTECTED] wrote: > or you can do $stri=lc($stri); > > -rkl > > > try this: > > $stri =~ tr/A-Z/a-z/; > > > > yi > > > > --- Andre Chaves Mascarenhas <[EMAIL PROTECTED]> wrote: > >> Hi if i have an string lets say > >> $stri="Joana Prado"; > >> How do i transformm it into > >> "joana prado" > >> (all lowercase) > >> Thanks > >> > > > > > > __________________________________ > > Do you Yahoo!? > > The New Yahoo! Shopping - with improved product search > > http://shopping.yahoo.com > > > > -- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > ----------------------------------------- > eMail solutions by > http://www.swanmail.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]