I Have an array like this Dim RG4() As String -- Name of the Array
0 (XX-AA-2345)
1 (XX-DA-2454)
2 (XX-CD-9476)
3 (XX-AA-4711)
4 ...
And i want to replace the beggning of the whole array "XX-DA-" For something standard like for exaple "XX-AA-(numbers)" in all of them.
I´ve done some research and i couldnt find anything that could work here.