The PL/SQL Beautifier

Hi folks! The task is pretty simple, I want to have all my code lowercase, but variables :SSS_***** upper case. In Use Special Case I can write :SSS_% but there will be only first three S uppercase. And there is a problem, if the first character is semicolon it doesn't work. Is there any solution for this? Thanks!
 
Last edited:
Back
Top