Hi,
I am extracting 7 digit number from given strings
using regex (\b\d{7}\b) , during first and second iteration it will take the 7 digit number then move to the third iteration its shown error like this(An unexpected error occurred.
begin -1, end 6, length 57), Maybe the third string do not have a 7 digit number.
Anyone know how to resolve this issue?