robinst / autolink-java

Java library to extract links (URLs, email addresses) from plain text; fast, small and smart
MIT License
207 stars 40 forks source link

Extract Phone numbers (request) #28

Closed DastanIqbal closed 5 years ago

DastanIqbal commented 5 years ago

No doubts this library is great, I would appreciate your effort or time to write this library.

but is it possible to have phone number or mobile number extraction features.

~ Thanks

robinst commented 5 years ago

Hey, thanks :)! I don't have any plans to add that.

I think phone numbers might be something where regexes might not be a bad option, so not sure it fits in with the design of this library.

I'll close this but if anyone else is interested in phone numbers, feel free to comment.