I have a string: 0220110000AL0091 and I would like to get back the last 000 for replace by three spaces.
So for: 0220110000AL0091, I want to replace by 0220110 AL0091.
I don't know how to apply the regex between the 7th and 11th characters!
Thanks