hi guys

I have a 5 digit number as a string. Here is an example.

12345

I want to get rid of number 3., its always 5 characters I need to get rid of the middle number which is the third character. in this example is 3.

What is the best way.

Thanks