Questions tagged [uppercase]
The uppercase tag has no summary.
3 questions
1 vote
1 answer
254 views
Uppercase certain words in string
We have some content that contains words that should be presented in uppercase - the content comes via an API and is in all uppercase, we change it to title case to make it presentable. I had started ...
5 votes
1 answer
342 views
Plugin routing casing: camel, lower, Pascal
Recently got tripped up with plugin routing due to casing. It seems when you're in the control panel, your "plugin handle" is lower-cased in routes, though both seem to work: /cp/settings/plugins/...
5 votes
1 answer
14k views
Is it possible to convert string to uppercase?
Is it possible to convert a simple string ("Hello World!") to uppercase ("HELLO WORLD!")?