-
- Downloads
Capitalize only first letter, don't mess with existing caps for unfriendly field name (#16539)
If you put in fooBarID, previous behavior on `simple` was to change to Foobarid. New behavior is to keep the caps on non-initial letters, turning it into FooBarID. So camelCaps turns into PascalCaps. ALLCAPS is Titlecapsed, tho.
Please register or sign in to comment