I have a string that looks like this: "061801850010300-09/A/B". My goal is to replace all "/" with "-" and also change "A" to "1" and "B" to "2".
My objective is to assign each letter in the alphabet a numerical value - for example, A as 1, B as 2, C as 3... and so on up to Z as 26.