We have a coding convention with an obscure, proprietary language called PowerOn (think of a scripty PL/1 language) that requires all coding text to be capitalized. Going behind some previous developers, people thought they would carry over their camel case habits from other languages like Java. Are there any tools that would transform all text to capitalize all text?
Worst case scenario, I could make somehing in .Net that could accomplish this. I am just trying to avoid reinventing the wheel.
1 Answer