Hello Guys,
Can I use regex for find two types of string than substring it
Example: I have raw text
:1Y:13141516
:20A:PUTRA2ZZZ
or
:1Z:13141516
:20B:PUTRI1ZZZ
I want to get the bolded text that text start with code :20A: or :20B:
Can I achive it with regex?