Hi there
As input I have
A data string:
"1AZJ56U7"
And a mask string: (It does not really matter how this looks -> This is just an example of what I'd like to have as a mask string)
"-..-.-.."
The output should be a masked string:
"-AZ-5-U7"
What would be the best way to do this?
Thanks in advance,
Peter