Regex expression for 14 digit number

hello team ,

i need help for creating a regex expression. , for getting only the 14 digit number. from below text

both paid?\r\n11042231002935\r\n06052231015588\r\nP0 2151062676\r\nThank you.

@Akhil_Raveendran

\d{14}

Regards

Hi @Akhil_Raveendran

Hope it helps!!

1 Like

Hi @Akhil_Raveendran

Try this
\d{14}

Hi @Akhil_Raveendran

@Akhil_Raveendran

Thank You

Happy Automation!!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.