I want to extract 4 and 2 uppercase words and the 6-digit number (HB 256895 or EGBJ 125486 like this) next to it. I used ([A-Z]+\s+(\d{6})) RegEx expression in order to apply for salution. But i doesn't work
Does there have another expression to get this output?
