Regular Expression
I would like to write Regex Pattern in BP. My Target string is "TLR - 2234567B,1234543A Some sort of texts" I want to extract numbers ending with letter 'B' or 'A'. So I was used Regex pattern i.e "([0-9]+[A-B])" But I am getting Output as collect...