At my company we have two different style guides for java vs sql. In java I have a field named historyOfPresentIllness and when i write the sql, I want to name it
historyOfPresentIllness
(\w)[_]{1,1}([a-z])
$1\U$2
([A-Z])
\_\L$1