I'm trying to match a pattern and then extract the next two characters after pattern match. What is the Regex that I can use.
ASOD-CT sdjfkfjkh 359
euhndkn ASOD-CA 3845
3849 ASOD-AZ sdkkj
Expected result
CT
CA
AZ
I tried (.*ASOD-\u{2}) but it is not recognizing