I've looked over the other threads about camel case, but I couldn't find the answer for this case:
I have -> "AddEEven"
and I want -> "add_e_even"
There are cases when I have -> "AddEven" and I want -> "add_even" (This case I know how to do it) I just need a regular expression that covers both cases.
Any help will be appreciated.