Is it possible to match last series and number from a string that looks like:
CUI: RO39890982 BZ 347
What I want: BZ and 347 from two separate regular expressions
What I'm trying: CUI:[ ]*\s\S*\s(.*)
What I get: BZ 347
Any help is much appreciated! Thanks.