Copy link to clipboard
Copied
Hello Adobe Community 🙂
I seek your assistance with getting a script that changes change first character for each word from lowercase to upper case
I located the following script, but it only changes the first character from lowercase to upper case.
event.value = event.value.substring(0,1).toUpperCase() + event.value.substring(1);
This is all new to me so I am just learning...
Copy link to clipboard
Copied
Hi
You should read this: https://acrobatusers.com/forum/javascript/capitalize-first-letter-word-not-working/
Find more inspiration, events, and resources on the new Adobe Community
Explore Now