CaseChecker

Post a reply

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: CaseChecker

Re: CaseChecker

by MPG » Sat Apr 19, 2025 10:04 am

Ping

CaseChecker

by MPG » Wed Apr 16, 2025 2:53 pm

Hi,
I like to have single letter words capitalized. To accomplish this, I have changed the variable
littleWordString to:
var littleWordString = "";

This has worked for me in the past, but with the latest release, it is not changing the word a to a capital A. I'm guessing I need to make another change, but not sure where. I likely could add every letter of the alphabet to the forceCapString variable, however, I'd like to think there is a more elegant solution.

Any suggestions?

TIA

Top