Hi All,
In the below text I need to extract 9591234640 and SU89976
Hello
Shamsundar@gmail.com
9591234640
SU89976
Please find the above details of Shankar
for this I have written regex as:
\d{10}\ *(\n[A-Za-z]{2}(\d{5}))
but when I run this I am getting error.Can anyone guide me on this