I have a string with several numbers and need to add leading zeros to some (not all) of the numbers. Only numbers that are single digits and have a letter in front need a leading zero.
input: "Z9_M50_P3_2X_MY_STRING"
output: "Z09_M50_P03_2X_MY_STRING"