Hi team…
I just want to get “C” and “D” from here. Now ‘CY’ takes the form ‘DY’.
Can you help me please?

Text:
221222DY1356,63NCCPNONREF
221222CY1356,63NCCPNONREF
Hi team…
I just want to get “C” and “D” from here. Now ‘CY’ takes the form ‘DY’.
Can you help me please?

Text:
221222DY1356,63NCCPNONREF
221222CY1356,63NCCPNONREF
HI,
How about the following?
(?<=^\d+)[A-Z]

Regards,