Country Name Case

2006-11-22 Thread RichL
Hi Guys I have a country reference table where all of the country names are held in upper case. I want to be able to output in lower case but keep the caps where appropriate (e.g. UNITED KINGDOM to United Kingdom). However I think that this going to be close to impossible as there are values suc

Re: Country Name Case

2006-11-22 Thread Rob Wilkerson
On 11/22/06, RichL <[EMAIL PROTECTED]> wrote: > > Also, is there a UDF around for capitalising the first letter of each word? Take a look at initCapTitle() (I think that's the function name) at cflib.org. It won't be exact, but it'll get you pretty close.

Re: Country Name Case

2006-11-22 Thread RichL
Thank you very much Rob I found CapFirstTitle() which looks like it may be useful On 11/22/06, Rob Wilkerson <[EMAIL PROTECTED]> wrote: > On 11/22/06, RichL <[EMAIL PROTECTED]> wrote: > > > > Also, is there a UDF around for capitalising the first letter of each word? > > Take a look at initCapTit

Re: Country Name Case

2006-11-22 Thread Gert Franz
You could do something like this. I did not test it though: Greetings / GrĂ¼sse Gert Franz Customer Care Railo Technologies GmbH [EMAIL PROTECTED] www.railo.ch Join our Mailing List / Treten Sie unserer Mailingliste bei: deutsch: http://de.groups.yahoo.com/group/railo/ english

RE: Country Name Case

2006-11-22 Thread Andy Matthews
You could do a test and cap the first letter of any word 4 letters or longer. -Original Message- From: RichL [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 22, 2006 5:03 AM To: CF-Talk Subject: Country Name Case Hi Guys I have a country reference table where all of the country

Re: Country Name Case

2006-11-22 Thread Tom King
Wednesday, November 22, 2006 5:03 AM > To: CF-Talk > Subject: Country Name Case > > > Hi Guys > > I have a country reference table where all of the country names are > held in upper case. > > I want to be able to output in lower case but keep the caps where > appropri

Re: Country Name Case

2006-11-22 Thread Tom King
>> web developer >> certified advanced coldfusion programmer >> ICGLink, Inc. >> [EMAIL PROTECTED] >> 615.370.1530 x737 >> --//-> >> >> -Original Message- >> From: RichL [mailto:[EMAIL PROTECTED] >> Sent: Wednesday, No

Re: Country Name Case

2006-11-22 Thread RichL
> >> web developer > >> certified advanced coldfusion programmer > >> ICGLink, Inc. > >> [EMAIL PROTECTED] > >> 615.370.1530 x737 > >> ------//-----> > >> > >> -Original Message- > >> From: RichL [mailto:[EMAIL PROTECTED] &g

RE: Country Name Case

2006-11-22 Thread Phillip B. Holmes
ect: Country Name Case Hi Guys I have a country reference table where all of the country names are held in upper case. I want to be able to output in lower case but keep the caps where appropriate (e.g. UNITED KINGDOM to United King

[Reply To] Country Name Case

2006-11-22 Thread Seamus Campbell
CF_Capitalize is very good. Seamus You wrote Hi Guys > >I have a country reference table where all of the country names are >held in upper case. > >I want to be able to output in lower case but keep the caps where >appropriate (e.g. UNITED KINGDOM to United K