Hello,
I am interested in removing the third character from a variable that looks like this:
id
011003160514
011009160515
011013100002
011019122486
011027160517
so that the variable instead looks like this:
id
01003160514
01009160515
01013100002
01019122486
01027160517
Any tips are appreciated, thank you.
0 Response to Removing a single character from a string
Post a Comment