Extracting Phone Number

Status: Closed · Asked by rxdx on · 0 views

rxdx — Question ·

Hi,

I am extracting phone number using text formatter, but Its only catching first phone number.

PFA.

Attachments

Screenshot (1577).png
Fagun Shah — Reply ·

Here you go -

Regex -

(( :\+|00)[17]( : |\-) |( :\+|00)[1-9]\d{0,2}( : |\-) |( :\+|00)1\-\d{3}( : |\-) ) (0\d|\([0-9]{3}\)|[1-9]{0,3})( :(( : |\-)[0-9]{2}){4}|(( :[0-9]{2}){4})|(( : |\-)[0-9]{3}( : |\-)[0-9]{4})|([0-9]{7}))

Fagun Shah
- Automation Freelancer
- Let's Connect - https://www.facebook.com/fagun.shah.7/
rxdx — Reply ·

Thank you, I will check this out.

rxdx — Reply ·

This result me blank, please check.

Attachments

pattern.JPG
Fagun Shah — Reply ·

Looks like Regex is not working for inputs with +91at start.

@Supreme can you help here

Fagun Shah
- Automation Freelancer
- Let's Connect - https://www.facebook.com/fagun.shah.7/
rxdx — Reply ·

I have asked @Supreme for one issue, I got to know later,

1. ExtraxtPhone number is not capturing last digit for few phone number. Please check if you can also,

Thank You,

Attachments

phone detail.JPG

Back to all forum threads · Log in to reply