I am trying to pull all file numbers out of this text... ACM-24-01000 (ACM/KHCTAC1), LIN-24-01000 (LIN/LINR34), CBN-01001-24 (CBN/CBNE11).
This is the expression I have...\w\w\w.\d{2,5}.\d{2,5}.(?![\]])
I don't need the info in the brackets or the space and comma before them. No matter what I try, it is not picking up the LIN-24-0010.
Please help.