Regex to extract data between 3 - 8 digit number and 3 letter texT

I wanted to extract the data between 3 - 8 digit number and 3 letter text(casplock text) using regex. Any idea would be much appreciated thank you.

Data

"
"06/29/20 B QM 02004946 TEST HOME MORTGAGE TRU

03/10/20 B BC 2440720 BK OF TEST XPN

03/07/20 B QZ 00060298 CPORT RU TRU"

"
OUTPUT should be : TEST HOME MORTGAGE , BK OF TEST and CPORT RU

Hi,

Hope the following helps you.

Sample20200831-2.zip (25.1 KB)

Regards,

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.