I have some strings like avg_face_count
and I need to convert them in avgFaceCount
in Excel
Basically I need to find every underscore in the string, remove it and replace the next underscore character in uppercase
I tried https://superuser.com/questions/996712/excel-findreplace-lowercase-after-a-certain-character
but it only work for one underscore
thanks