A
Anja
Hi everyone,
I need some help with writing a function. I have a name (a string) say,
ANJA ENDE and what I want to do is just capitalize the first letter of
every individual word and every other character should be lower case.
(so the result would be Anja Ende).
What is the best and most efficient way to do this? I probably could do
this but it will be the most inefficient way with my relative
inexperience.
Thanks a lot.
Cheers,
Anja
I need some help with writing a function. I have a name (a string) say,
ANJA ENDE and what I want to do is just capitalize the first letter of
every individual word and every other character should be lower case.
(so the result would be Anja Ende).
What is the best and most efficient way to do this? I probably could do
this but it will be the most inefficient way with my relative
inexperience.
Thanks a lot.
Cheers,
Anja