From | Richard Williams <[email protected]> |
To | [email protected] |
Subject | Re: st: case conversion |
Date | Sun, 21 Mar 2004 17:09:05 -0500 |
At 04:37 PM 3/21/2004 -0500, Eric Uslaner wrote:
. replace country = substr(country,1,1) + lower(substr(country,2,.))Hi all, I have some country names in a data set. I want to convert the names in the variable "country" from all upper case to first letter upper and the rest lower (e.g., "ALBANIA"becomes "Albania"). I have found the string functions lower and upper, but I don't see any option to convert just the first letter. Any help would be much appreciated. Ric Uslaner [email protected]
© Copyright 1996–2024 StataCorp LLC | Terms of use | Privacy | Contact us | What's new | Site index |