iziz / libPhoneNumber-iOS

iOS port from libphonenumber (Google's phone number handling library)
Apache License 2.0
2.36k stars 463 forks source link

do we have method to find numbers in text String which is there in google's libphonenumber ? #183

Open Technosearch opened 7 years ago

Technosearch commented 7 years ago

This library is inspired by google's libphonenumber for android but i couldn't find following method in this library which is there in google's libphonenumber.

findNumbers - finds numbers in text input. public Iterable findNumbers(CharSequence text, String defaultRegion) {

}

So if there is something like similar please let me know at earliest.

Thanks in advance , waiting for quick reply.

iziz commented 7 years ago

Sorry for late, I was very very very busy :( I will make it until next week.

euphemistsonmobile commented 7 years ago

Is this function findNumbers(CharSequence text, String defaultRegion) available in IOS? Need this function badly.

Thanks in advance

Technosearch commented 7 years ago

Is this function findNumbers(CharSequence text, String defaultRegion) available in IOS?

Waiting for your response.

Thanks in advance

euphemistsonmobile commented 7 years ago

@iziz Any updates ?

amtula commented 7 years ago

@iziz do you have any update for this function