libPhoneNumber-iOS
libPhoneNumber-iOS copied to clipboard
do we have method to find numbers in text String which is there in google's libphonenumber ?
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<PhoneNumberMatch> 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.
Sorry for late, I was very very very busy :( I will make it until next week.
Is this function findNumbers(CharSequence text, String defaultRegion) available in IOS? Need this function badly.
Thanks in advance
Is this function findNumbers(CharSequence text, String defaultRegion) available in IOS?
Waiting for your response.
Thanks in advance
@iziz Any updates ?
@iziz do you have any update for this function