Re: Titlecase

2003-01-12 Thread Rob Dixon
perldoc -q capitalize /R "David Gerler" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > I have a line of text that is all uppercase and I need to change it > to titlecase. i.e. "THIS IS THE LINE" needs to become "This Is The > Line". I can make it al

Re: Titlecase

2003-01-12 Thread Stefan Lidman
David Gerler wrote: > > Hi, > I have a line of text that is all uppercase and I need to change it > to titlecase. i.e. "THIS IS THE LINE" needs to become "This Is The > Line". I can make it all lower case using tr///. I have researched in > my books and found that and the \u to for making