how do i change the first letter of a word to Uppercase ?

i tried :

    #REReplace(Attributes.Name, "([[:alpha:]])([[:alnum:]]*)",
"#UCase('\1')#\2")#

but i still get back the original word, all lower case.

thanks




__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to