I'm trying write regex to converts lt34 or Lt34 or lT34 and lt 34 or Lt 34 or lT 34 to Lt34 and Lt 34 respectively using one regex. 34 is just a numeric value and can be anything but the text "lt" is fix with any casing which should be converted to "Lt"(camel casing using regex).
I'm not able to write regex as I'm very new to it. Please help me.