Conversion of camel case string into snake case and vice-versa
I know, I know this is basic but basic is very important and I believe we should always explore new ways to implement basics. Today I am going to talk about one way for this conversion. As always there are multiple ways to solve this but I am sharing what I implemented in one of…