I am facing issue searching for only bulleted content in the whole PDF document.
For eg. it should consider 1. xxx , 2. xxxx but not 2018. or xxx 2016.
I tried ([0-9]+. )(.*?)(?=([\d]+.)|($)) but it is also returning 2018. gfd in below list.
@Manjuts90 Thanks for your reply.
I tried regex shared by you but is not giving correct output and also considering words like 2017.,211. etc.
Below is the sample input
“1. An independent, retrospective review of all complaints and associated investigations for batches within expiry.• An independent, retrospective review of all investigations into batch rejects and critical defects since September 1,2016. 2. Your firm’s quality control unit failed to test process (21 CFR 211.110(c)). You failed for the manufacture of (b)(4) tablets. Change Control CC/16/284, completed February 2, 2017., required that”
Hi,
Below is the expected out put from above input
An independent, retrospective review of all complaints and associated investigations for batches within expiry.• An independent, retrospective review of all investigations into batch rejects and critical defects since September 1,2016.