Hi!,
My variable has the string in the following format
Note that the length of the key is not fixed.
Required output
Thank you!
My variable has the string in the following format
Code:
key = ABCD8E-FG6HI-7JKLMN (alpha numeric) separated with dash
Note that the length of the key is not fixed.
Required output
Code:
partA = ABCD8E
PartB = FG6HI
PartC =7JKLMN
Thank you!
Last edited: