texuser74 has asked for the wisdom of the Perl Monks concerning the following question:
Hi,
Like lc($string) producing lowercase string...
Is there a way to produce formal case. i.e. something like
'Proper Name'
I mean only the first character of a word alone in uppercase and rest in lowercase.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: change case
by davido (Cardinal) on Nov 26, 2003 at 03:05 UTC | |
by sauoq (Abbot) on Nov 26, 2003 at 06:15 UTC | |
|
Re: change case
by Roger (Parson) on Nov 26, 2003 at 03:44 UTC | |
|
Re: change case
by jweed (Chaplain) on Nov 26, 2003 at 03:06 UTC | |
by davido (Cardinal) on Nov 26, 2003 at 03:18 UTC | |
|
Re: change case
by Abigail-II (Bishop) on Nov 26, 2003 at 08:05 UTC |