From: "Andre Chaves Mascarenhas" <[EMAIL PROTECTED]>
Subject: lowercase
Date: Mon, 20 Oct 2003 07:48:15 -0200

> Hi if i have an string lets say
> $stri="Joana Prado";
> How do i transformm it into
> "joana prado" 
> (all lowercase)
> Thanks

Hi, I would try the s operator with a regex. You could check man
perlop.

Gabaux
Linux is like a wigwam: no gates, no windows, and an apache
inside!

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to