I need a solution
Hi,
How we can detect two mobile numbers in one line or one row of excell using Data Identifiers. For Example:
9214445525 | 9215553545 | 21 sec |
9233332323 | 9214567777 | 67 sec |
I tried below regex but it did not worked.
\d{10}.*\d{10}
I appreciate any help.
0