I have the following string:
list = "nintendo games;blackberry phone;baby toys"
I have tried developing several small ASP scripts with no success that will parse the above string and make only the first letter of each word upper case. I am trying to achieve the following output:
Nintendo Games
Blackberry Phone
Baby Toys
I am at a lost here because everything I develop produces the following output:
NiNteNdo Games
BlackBerry Phone
BaBy Toys
Can anyone help?
Thanks
list = "nintendo games;blackberry phone;baby toys"
I have tried developing several small ASP scripts with no success that will parse the above string and make only the first letter of each word upper case. I am trying to achieve the following output:
Nintendo Games
Blackberry Phone
Baby Toys
I am at a lost here because everything I develop produces the following output:
NiNteNdo Games
BlackBerry Phone
BaBy Toys
Can anyone help?
Thanks